package p4pp

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

Install

Dune Dependency

Authors

Maintainers

Sources

v0.1.11.tar.gz
md5=eb72afa6df5fcf8437bffd0d95cb9595
sha512=1a2c4e93562c8d27fd4a2e88c5dcd20f994cd6db7632d0e0dc6c19f17f93862f0dcd3b8d1ac2843ea3bff02a01124dcdf5b4bd52b67e568fb53819f54a7cbf3c

Description

Published: 30 Mar 2022

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.0"
  2. menhir >= "20180523"
  3. dune >= "1.4"
  4. ocaml >= "4.09.1"

Dev Dependencies

None

Used by

None

Conflicts

None