package p4pp

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

Install

Dune Dependency

Authors

Maintainers

Sources

v0.1.7.tar.gz
md5=89fce57df8ce584a83e83020a818ed08
sha512=7bc4c01fca6cf8bda493abb5c23cbc2319083bde8d2aaf6ae202db80cb4091155dff6c1e93f9d2d37f268dbd60303309efece857de355e8be2bd3aed3b4716bf

Description

Published: 08 Dec 2021

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.1, upgrade:

    opam switch 4.09.1
    
  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