package p4pp

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

Install

Dune Dependency

Authors

Maintainers

Sources

p4pp-0.1.6.tar.gz
md5=7f4970739dc435e54768e730958db403
sha512=583bcfe31f0e00f385f811b077b24484cb44677b9d9c5384cd544fc2ac4290bfd20cb021d23402f77ab5a988ec8bcfc0d9f8eb698d3d4b50e3eff2a9eb40460d

Description

Published: 03 Mar 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