-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
110 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,6 @@ | |
countable | ||
fin_maps | ||
gmap | ||
pmap | ||
stringmap | ||
option1 | ||
AList | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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: ["jnfoster@cs.cornell.edu"] | ||
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} | ||
] | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
# This file is generated by dune, edit dune-project instead | ||
opam-version: "2.0" | ||
version: "0.1.0" | ||
synopsis: "Poulet4: Petr4 in Coq" | ||
maintainer: ["jnfoster@cs.cornell.edu"] | ||
authors: [ | ||
"Ryan Doenges" | ||
"Rudy Peterson" | ||
"Qinshi Wang" | ||
"Molly Pan" | ||
"Shengyi Wang" | ||
"John Chen" | ||
"Eric Hayden Campbell" | ||
"Parisa Ataei" | ||
"Andrew Appel" | ||
"Nate Foster" | ||
] | ||
license: "Apache-2.0" | ||
homepage: "https://github.com/verified-network-toolchain/petr4" | ||
bug-reports: "https://github.com/verified-network-toolchain/petr4" | ||
depends: [ | ||
"bignum" | ||
"dune" {>= "2.8" & build} | ||
"coq" {>= "8.15.0" & < "8.17.0" & build} | ||
"coq-equations" {build} | ||
"coq-record-update" {build} | ||
"coq-compcert" {build} | ||
"coq-vst-zlist" {build} | ||
"coq-stdpp" {build} | ||
"odoc" {with-doc} | ||
] | ||
build: [ | ||
["dune" "subst"] {dev} | ||
[ | ||
"dune" | ||
"build" | ||
"-p" | ||
name | ||
"-j" | ||
jobs | ||
"@install" | ||
"@runtest" {with-test} | ||
"@doc" {with-doc} | ||
] | ||
] |