And here's what they're for:
- docs/ – holds the Github.io page (the cat breed demo)
- js/ – holds the files specific to the Javascript version of the library
- php/ – holds the files specific to the PHP version of the library
- python/ – holds the files specific to the Python version of the library
- src/ – holds the actual Haxe source files for the library
- tests/ – holds some tests to verify things are working as expected
- build.hxml – tells haxe to build the library and the tests. Run it with
haxe build.hxml
- libraries.hxml – tells haxe to just build the library for the targets. Run it with
haxe libraries.hxml
- haxelib/ – Holds all the files for Haxelib packaging and testing