We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e5ff49c + 5b56477 commit 89da5feCopy full SHA for 89da5fe
5 files changed
_tags
anthill.opam
@@ -4,7 +4,7 @@ build: [
4
]
5
depends: [
6
"ocaml" {>= "4.06"}
7
- "dune" {build & >= "1.0"}
+ "dune" {>= "1.0"}
8
"core"
9
"pcre"
10
"mparser"
bin/.merlin
bin/dune
@@ -1,4 +1,5 @@
1
(executable
2
(name main)
3
+ (public_name anthill)
(libraries anthill core pcre mparser mparser.pcre lwt lambda-term)
(preprocess (pps lwt_ppx)))
lib/dune
@@ -1,5 +1,6 @@
(library
(name anthill)
(modules_without_implementation engine)
(libraries core pcre mparser mparser.pcre lwt lambda-term)
0 commit comments