hpack-convert alternatives and similar packages
Based on the "hpack" category.
Alternatively, view hpack-convert alternatives based on common mentions on social networks and blogs.
Do you think we are missing an alternative of hpack-convert or a related project?
README
hpack-convert
Convert Cabal manifests into hpack's package.yamls.
Installing from source
git clone https://github.com/yamadapc/hpack-convert
cd hpack-convert
stack install
Download a pre-built binary
Usage
# Inside a directory with a .cabal file, run:
hpack-convert
# This will convert your .cabal file into a `package.yaml`
Using the web-service without installing anything
There's a simple web-service running hpack-convert
on a free Heroku dyno, if
it's awake, this command should convert your cabal file:
curl -F "[email protected]/`echo *.cabal`" https://hpack-convert.herokuapp.com
Source-code at https://github.com/yamadapc/hpack-convert-api
License
MIT
*Note that all licence references and agreements mentioned in the hpack-convert README section above
are relevant to that project's source code only.