forked from verified-network-toolchain/petr4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpetr4.opam
29 lines (28 loc) · 779 Bytes
/
petr4.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
opam-version: "2.0"
version: "0.1.1"
synopsis: "Petr4: Formal Semantics for the P4 Programming Language"
maintainer: "jnfoster@cs.cornell.edu"
authors: ["Nate Foster <jnfoster@cs.cornell.edu>"]
homepage: "https://github.com/cornell-netlab/petr4"
dev-repo: "git+https://github.com/cornell-netlab/petr4/"
bug-reports: "https://github.com/cornell-netlab/petr4/issues"
license: "Apache2"
build: [
["dune" "subst"] {pinned}
["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.08.0"}
"dune" {build}
"cstruct"
"cstruct-sexp"
"menhir"
"ANSITerminal"
"bignum"
"core" {>= "0.12.3"}
"ppx_deriving_yojson"
"ppx_jane"
"yojson" {>= "1.7.0"}
]