Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 676 Bytes

File metadata and controls

26 lines (18 loc) · 676 Bytes

atslibs: what's this?

This is a repository for one-file ATS libraries for programming in C style:

  • work with C idioms directly
  • use extensive static typing for safety
  • minimal or no reliance on GC

License

  • portions of ATS1/ATS2 code: GPLv3
    • by "portions" I mean some static definitions
  • my own code: MIT

Installing (via gitman)

  1. install gitman
  2. assuming that you have already setup your .gitman.yml, add this repository to the configuration (manually for now)
  3. finally, in your repository, run gitman install to fetch this package

Examples

Please see the TEST directory.