Skip to content

Commit

Permalink
Package frenetic.5.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jnfoster committed Nov 8, 2021
1 parent d814acf commit 86395b9
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions packages/frenetic/frenetic.5.0.5/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
opam-version: "2.0"
synopsis: "The Frenetic Programming Language and Runtime System"
maintainer: "Nate Foster <jnfoster@cs.cornell.edu>"
authors: "Arjun Guha <arjun@cs.umass.edu>, Nate Foster <jnfoster@cs.cornell.edu>, Steffen Smolka <smolka@cs.cornell.edu>"
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" {>= "6.3.0"}
"yojson" {>= "1.7.0"}
]
url {
src: "https://github.com/frenetic-lang/frenetic/archive/5.0.5.tar.gz"
checksum: [
"md5=baf754df13a759c32f2c86a1b6f328da"
"sha512=80140900e7009ccab14b25e244fe7edab87d858676f8a4b3799b4fea16825013cf68363fe5faec71dd54ba825bb4ea2f812c2c666390948ab217ffa75d9cbd29"
]
}

0 comments on commit 86395b9

Please sign in to comment.