this repo has no description
1opam-version: "2.0" 2synopsis: "Petr4: Formal Semantics for the P4 Programming Language" 3maintainer: "jnfoster@cs.cornell.edu" 4authors: ["Nate Foster <jnfoster@cs.cornell.edu>"] 5homepage: "https://github.com/cornell-netlab/petr4" 6dev-repo: "git+https://github.com/cornell-netlab/petr4/" 7bug-reports: "https://github.com/cornell-netlab/petr4/issues" 8license: "Apache-2.0" 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.04.0"} 17 "dune" 18 "menhir" 19 "ANSITerminal" 20 "bignum" {< "v0.13"} 21 "core" {< "v0.13"} 22 "ppx_deriving_yojson" 23 "ppx_jane" {< "v0.13"} 24 "yojson" 25] 26url { 27 src: "https://github.com/cornell-netlab/petr4/archive/0.1.1.tar.gz" 28 checksum: [ 29 "md5=1c4332e8493311069a9dff8b11a5c7b2" 30 "sha512=d5329c1bf84c2ee608a92fb9d950dbb89dbd724b4387831a3b39296ac46870cbc42f747248144c8d93f2a855339bbc2876c11952d74200c404880c1656ca8bd8" 31 ] 32}