@hackage ats-pkg1.2.0.8

Package manager for ATS

ats-pkg

This is a build system for ATS written in Haskell and configured with Dhall. You can see a working example here.

Example

To build a binary package from source, run

 $ atspkg remote https://github.com/vmchale/polyglot/archive/0.3.30.tar.gz

Installation

The easiest way to install is via a script, viz.

 $ curl -sSl https://raw.githubusercontent.com/vmchale/atspkg/master/bash/install.sh | bash -s

Alternately, you can download Cabal and GHC and install with

 $ cabal new-install ats-pkg --symlink-bindir ~/.local/bin