@hackage ats-pkg1.2.0.2

Package manager for ATS

ats-pkg

This is a build system for ATS written in Haskell and configured with Dhall. It is currently a work-in-progress. 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.28.tar.gz

Installation

Currently, the best way to install is

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

Make sure that ~/.local/bin is on your PATH.