Skip to content

Commit 89da5fe

Browse files
Merge pull request #1 from kit-ty-kate/fix-dune
Fix package installation with dune + unrelated clean
2 parents e5ff49c + 5b56477 commit 89da5fe

5 files changed

Lines changed: 3 additions & 143 deletions

File tree

_tags

Lines changed: 0 additions & 5 deletions
This file was deleted.

anthill.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build: [
44
]
55
depends: [
66
"ocaml" {>= "4.06"}
7-
"dune" {build & >= "1.0"}
7+
"dune" {>= "1.0"}
88
"core"
99
"pcre"
1010
"mparser"

bin/.merlin

Lines changed: 0 additions & 137 deletions
This file was deleted.

bin/dune

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
(executable
22
(name main)
3+
(public_name anthill)
34
(libraries anthill core pcre mparser mparser.pcre lwt lambda-term)
45
(preprocess (pps lwt_ppx)))

lib/dune

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
(library
22
(name anthill)
3+
(public_name anthill)
34
(modules_without_implementation engine)
45
(libraries core pcre mparser mparser.pcre lwt lambda-term)
56
(preprocess (pps lwt_ppx)))

0 commit comments

Comments
 (0)