-
Notifications
You must be signed in to change notification settings - Fork 21
/
petr4.opam
62 lines (62 loc) · 1.25 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.1.2"
synopsis: "Petr4: Formal Semantics for the P4 Programming Language"
maintainer: ["[email protected]"]
authors: [
"Ryan Doenges"
"Mina Tahmasbi Arashloo"
"Santiago Bautista"
"Alexander Chang"
"Newton Ni"
"Samwise Parkinson"
"Rudy Peterson"
"Alaia Solko-Breslin"
"Amanda Xu"
"Nate Foster"
]
license: "Apache-2.0"
homepage: "https://github.com/verified-network-toolchain/petr4"
bug-reports: "https://github.com/verified-network-toolchain/petr4"
depends: [
"conf-gmp"
"conf-m4"
"poulet4"
"poulet4_Ccomp"
"alcotest"
"bignum"
"ocaml" {>= "4.09.1"}
"dune" {>= "2.8" & >= "1.2"}
"cstruct"
"cstruct-sexp"
"menhir"
"ANSITerminal"
"core" {>= "v0.15.0" & < "v0.16.0"}
"pp" {>= "1.1.2"}
"ppx_deriving_yojson"
"ppx_import" {>= "0.15.0"}
"ppx_jane" {>= "0.15.0"}
"ppx_js_style" {>= "0.15.0"}
"ppx_let"
"yojson" {>= "1.7.0"}
"js_of_ocaml"
"js_of_ocaml-lwt"
"js_of_ocaml-ppx"
"p4pp" {>= "0.1.11"}
"coq" {>= "8.15.0" & < "8.17.0" & build}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]