Skip to content

Commit

Permalink
remove use of META template in favour of an archive
Browse files Browse the repository at this point in the history
this lets `findlib` work in a duniverse, which it doesnt when
only added as a META template
  • Loading branch information
avsm authored and patricoferris committed Feb 10, 2022
1 parent 3d398da commit 6a89bcf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
5 changes: 0 additions & 5 deletions META.findlib.template

This file was deleted.

8 changes: 7 additions & 1 deletion src/findlib/dune
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@
(libraries findlib.internal unix))

(library
(name findlib)
(name findlib_public)
(public_name findlib)
(modules)
(libraries findlib.internal))

(library
(name findlib_internal)
(public_name findlib.internal)
(modules findlib fl_args fl_lint fl_package_base fl_metascanner
fl_metatoken fl_split fl_meta fl_topo findlib_config)
Expand Down

0 comments on commit 6a89bcf

Please sign in to comment.