package p4pp

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

Install

Dune Dependency

Authors

Maintainers

Sources

0.1.4.tar.gz
md5=3a04f9541b31fc18af6de7a4eb0ab9b4
sha512=21e58c16d69f5c0c5e72de57a33c2194dc216a3bfde8750b2dfcc8765c1362432058d7cb24d0480bc5b302eb14c47215ceef2be79f40b3ae4d4224dbc38e6cfa

Description

Published: 14 May 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 < "20211215"
  3. dune >= "1.2"
  4. ocaml >= "4.09.0"

Dev Dependencies

None

Used by

None

Conflicts

None