CDSoft / pp

PP - Generic preprocessor (with pandoc in mind) - macros, literate programming, diagrams, scripts...

Home Page:http://cdelord.fr/pp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Release to Hackage

chris-martin opened this issue · comments

Would you mind uploading this to Hackage? That would make it particularly easy to install on NixOS.

I'm not sure pp can be hosted on Hackage (yet?). The documentation is not in the right format and building pp requires more than just cabal or stack. It requires external dependencies (e.g. plantuml) and a specific Makefile. I'll try to see...

Sorry for the late reply... Please keep in mind that pp is not supported anymore, it's hard to deploy. For new projects I suggest ypp which is is based on a Lua interpreter and way easier to compile and install and binaries are easier to produce (thanks to zig) and deploy (see hey).

E.g. to install ypp:

curl https://cdelord.fr/hey/ypp-x86_64-linux-musl | sh