pp

simple preprocessor for any type of file (command)
git clone https://noulin.net/git/pp.git
Log | Files | Refs | LICENSE

package.yml (398B)


      1 ---
      2   name: pp
      3   version: 0.0.2
      4   description: simple preprocessor for any type of file (command)
      5   bin: ./pp.c
      6   repository:
      7     type: git
      8     url: "git+https://noulin.net/git/pp.git"
      9   keywords:
     10     - utility
     11     - command
     12   author: Remy
     13   license: MIT
     14   bugs:
     15     url: "https://noulin.net/pp/log.html"
     16   homepage: "https://noulin.net/pp/file/README.md.html"
     17   dependencies:
     18     preprocessor: ""