This is a port/fork of the ocaml-containers project for use with BuckleScript
The project is currently in a highly unfinished state and will see major changes to the entire API. The goal of the project is to provide an extended container library for BuckleScript that follows JavaScript conventions and compiles down to efficient JavaScript. More long term goals are to supplant the OCaml std lib entirely, and to provuide a cross-platform library for use with Reason.
Note: You should not use this yet, unless you know exactly what you're doing, it will frequently break your code
To build:
npm run build
To test:
npm run test