Skip to content

Commit

Permalink
Merge pull request #1 from kit-ty-kate/fix-dune
Browse files Browse the repository at this point in the history
Fix package installation with dune + unrelated clean
  • Loading branch information
martindemello authored Apr 6, 2020
2 parents e5ff49c + 5b56477 commit 89da5fe
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 143 deletions.
5 changes: 0 additions & 5 deletions _tags

This file was deleted.

2 changes: 1 addition & 1 deletion anthill.opam
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build: [
]
depends: [
"ocaml" {>= "4.06"}
"dune" {build & >= "1.0"}
"dune" {>= "1.0"}
"core"
"pcre"
"mparser"
Expand Down
137 changes: 0 additions & 137 deletions bin/.merlin

This file was deleted.

1 change: 1 addition & 0 deletions bin/dune
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
(executable
(name main)
(public_name anthill)
(libraries anthill core pcre mparser mparser.pcre lwt lambda-term)
(preprocess (pps lwt_ppx)))
1 change: 1 addition & 0 deletions lib/dune
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
(library
(name anthill)
(public_name anthill)
(modules_without_implementation engine)
(libraries core pcre mparser mparser.pcre lwt lambda-term)
(preprocess (pps lwt_ppx)))

0 comments on commit 89da5fe

Please sign in to comment.