this repo has no description
1opam-version: "2.0"
2synopsis: "The Frenetic Programming Language and Runtime System"
3maintainer: "Nate Foster <jnfoster@cs.cornell.edu>"
4authors: "Arjun Guha <arjun@cs.umass.edu>, Nate Foster <jnfoster@cs.cornell.edu>, Steffen Smolka <smolka@cs.cornell.edu>"
5homepage: "http://frenetic-lang.org"
6license: "LGPL-3.0-or-later"
7bug-reports: "https://github.com/frenetic-lang/frenetic/issues"
8dev-repo: "git+https://github.com/frenetic-lang/frenetic.git"
9build: [
10 ["dune" "subst"] {dev}
11 ["dune" "build" "-p" name "-j" jobs]
12 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
13 ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
14]
15depends: [
16 "ocaml" { >= "4.11.0"}
17 "dune" { >= "2.0"}
18 "odoc" {with-doc}
19 #########################
20 "async" {>= "v0.14.0" & < "v0.15"}
21 "base64" {>= "3.5.0"}
22 "cohttp" {>= "4.0.0"}
23 "cohttp-async" {>= "4.0.0"}
24 "core" {>= "v0.14.0" & < "v0.15"}
25 "cstruct" {>= "6.0.1"}
26 "cstruct-sexp" {>= "6.0.1"}
27 "ipaddr" {>= "5.2.0"}
28 "menhir" {>= "20210419"}
29 "mparser" {>= "1.3"}
30 "mparser-re" {>= "1.3"}
31 "ocamlgraph" {>= "2.0.0"}
32 "open" {>= "0.2.1"}
33 "ppx_jane" {>= "v0.14.0" & < "v0.15"}
34 "ppx_cstruct" {>= "5.2.0"}
35 "ppx_deriving" {>= "5.1"}
36 "sedlex" {>= "2.4" }
37 "sexplib" {>= "v0.14.0" & < "v0.15"}
38 "tcpip" {>= "6.3.0" & < "7.0.0"}
39 "yojson" {>= "1.7.0"}
40]
41url {
42 src: "https://github.com/frenetic-lang/frenetic/archive/5.0.5.tar.gz"
43 checksum: [
44 "md5=baf754df13a759c32f2c86a1b6f328da"
45 "sha512=80140900e7009ccab14b25e244fe7edab87d858676f8a4b3799b4fea16825013cf68363fe5faec71dd54ba825bb4ea2f812c2c666390948ab217ffa75d9cbd29"
46 ]
47}