-
Notifications
You must be signed in to change notification settings - Fork 51
/
frenetic.opam
47 lines (47 loc) · 1.51 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
44
45
46
47
opam-version: "2.0"
synopsis: "The Frenetic Programming Language and Runtime System"
maintainer: "Nate Foster <[email protected]>"
authors: "Arjun Guha <[email protected]>, Nate Foster <[email protected]>, Steffen Smolka <[email protected]>"
homepage: "http://frenetic-lang.org"
license: "LGPL-3.0-or-later"
bug-reports: "https://github.com/frenetic-lang/frenetic/issues"
dev-repo: "git+https://github.com/frenetic-lang/frenetic.git"
build: [
["dune" "subst"] {dev}
["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" { >= "4.11.0"}
"dune" { >= "2.0"}
"odoc" {with-doc}
#########################
"async" {>= "v0.14.0" }
"base64" {>= "3.5.0"}
"cohttp" {>= "4.0.0"}
"cohttp-async" {>= "4.0.0" }
"core" {>= "v0.14.0" }
"cstruct" {>= "6.0.1"}
"cstruct-sexp" {>= "6.0.1"}
"ipaddr" {>= "5.2.0"}
"menhir" {>= "20210419"}
"mparser" {>= "1.3"}
"mparser-re" {>= "1.3"}
"ocamlgraph" {>= "2.0.0"}
"open" {>= "0.2.1"}
"ppx_jane" {>= "v0.14.0"}
"ppx_cstruct" {>= "5.2.0"}
"ppx_deriving" {>= "5.1"}
"sedlex" {>= "2.4" }
"sexplib" {>= "v0.14.0"}
"tcpip" {>= "7.0.0"}
"yojson" {>= "1.7.0"}
]
url {
src: "https://github.com/frenetic-lang/frenetic/archive/5.0.5.tar.gz"
checksum: [
"md5=baf754df13a759c32f2c86a1b6f328da"
"sha512=80140900e7009ccab14b25e244fe7edab87d858676f8a4b3799b4fea16825013cf68363fe5faec71dd54ba825bb4ea2f812c2c666390948ab217ffa75d9cbd29"
]
}