CDSoft / pp

PP - Generic preprocessor (with pandoc in mind) - macros, literate programming, diagrams, scripts...
http://cdelord.fr/pp
GNU General Public License v3.0
252 stars 21 forks source link

Release to Hackage #54

Open chris-martin opened 6 years ago

chris-martin commented 6 years ago

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

CDSoft commented 6 years ago

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...

CDSoft commented 6 months ago

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