package p4pp
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  P4PP: Preprocessor for P4 Language
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      v0.1.12.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        md5=a6879409e5f5b979744e49bc9c6b1de5
    
    
  sha512=f79848d3f825b9a087efda2e52d208ed27984ba712f4429121ef0b268d2ccc851cb153428410cdba674e335676081081c378594ff9592496de2fd2e7f0267bc5
    
    
  doc/README.html
P4PP
p4pp is a standards-compliant preprocessor for the P4 Language language.
Installing from source
Check the installed version of OCaml:
ocamlc -vIf the version is less than 4.09.1, upgrade:
opam switch 4.09.1Use 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.
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page