package p4pp

  1. Overview
  2. Docs
P4PP: Preprocessor for P4 Language

Install

Dune Dependency

Authors

Maintainers

Sources

v0.1.5.tar.gz
md5=c120722deecbe6fcf8d049b15cd7855d
sha512=76dae3db4e08e860e02b14d0cf0eaee6d85181bdd59c21abeaf25da4efe1380046d41c62960604c8fa59193ab0524d35de9ea5653a607a403cf7eb7c667490fa

Description

Published: 09 Oct 2020

README

P4PP

p4pp is a standards-compliant preprocessor for the P4 Language language.

Installing from source

  1. Check the installed version of OCaml:

    ocamlc -v
    

    If the version is less than 4.09.0, upgrade:

    opam switch 4.09.0
    
  2. Use OPAM to build and install p4pp.

    opam pin add p4pp <path to root of p4pp repo>
    

Running p4pp

TODO

Contributing

p4pp is an open-source project. We encourage contributions! Please file issues on Github.

Credits

p4pp was written by Nate Foster.

License

p4pp is released under the Apache2 License.

Dependencies (4)

  1. core >= "v0.13.0" & < "v0.15"
  2. menhir < "20211223"
  3. dune >= "1.2"
  4. ocaml >= "4.09.0"

Dev Dependencies

None

Used by

None

Conflicts

None

OCaml

Innovation. Community. Security.