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.tar.gz" 28 checksum: [ 29 "md5=8215e929635a77f5ca392c9d238b4fc5" 30 "sha512=e65a332b825426462b43524909d02a480c17dd8f4588222f51e9f6c5c436c56487e1264b762a121e6605877ec6911f600885ff5582a77cf98914f29ea434805f" 31 ] 32}