Skip to content

ashalkhakov/libatsc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.