forked from ericthewry/frenetic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfrenetic.opam
43 lines (43 loc) · 1.18 KB
/
frenetic.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
opam-version: "2.0"
version: "5.0.3"
synopsis: "The Frenetic Programming Language and Runtime System"
maintainer: "Steffen Smolka <[email protected]>"
authors: "Arjun Guha <[email protected]>, Nate Foster <[email protected]>, Steffen Smolka <[email protected]>"
homepage: "http://frenetic-lang.org"
bug-reports: "https://github.com/frenetic-lang/frenetic/issues"
dev-repo: "git+https://github.com/frenetic-lang/frenetic.git"
build: [
["dune" "subst"] {pinned}
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
]
depends: [
"ocaml" {build & >= "4.05.0"}
"cppo"
"dune" {build & >= "1.0"}
"odoc"
#########################
"async" {>= "v0.11.0" & < "v0.12.0"}
"async_extended" {>= "v0.11.0" & < "v0.12.0"}
"base64" {>= "3.0.0"}
"cohttp"
"cohttp-async"
"core" {>= "v0.11.0" & < "v0.12.0"}
"cstruct" {>= "1.0.1"}
"cstruct-sexp"
"cstruct-async"
"ipaddr" {>= "2.5.0"}
"menhir"
"mparser"
"ocamlgraph" {>= "1.8.7"}
"open"
"ppxlib"
"ppx_jane"
"ppx_cstruct"
"ppx_deriving" {>= "4.2"}
"sedlex" {>= "2.0"}
"sexplib"
"tcpip"
"yojson" {>= "1.7.0"}
]