Skip to content

glean-dev/bs-containers-core

 
 

Repository files navigation

bs-containers-core

OCaml-containers core for BuckleScript. Only wrapper, no any modifications, so it should be safe for production.

Usage

Add bs-containers-core to your project's dependencies by yarn or npm, And add it to bs-dependencies for bsconfig.json, e.g.

{
    "name": "coolproj",
    "bs-dependencies": [
      "bs-containers-core"
    ]
}

Notice

CCArrayLabels and CCListLabels are excluded due to BuckleScript reject to compile.

Development

Under OCaml 4.02.3, run sh mksrc.sh.

About

OCaml-containers core for BuckleScript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • OCaml 99.6%
  • Other 0.4%