Skip to content

Thibaut-Gudin/ocaml-weakmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ocaml-weakmap

Binding to the WeakMap API using gen_js_api

What does ocaml-weakmap do ?

This labrary allow yu to create and use WeakMaps object into your ocaml app.

Binding to the WeakMap plugin using gen_js_api.

See the WeakMap official developer documentation for more details about those objects.

How to install and compile your project by using this plugin ?

You can use opam by pining the repository with:

opam pin add weakmap https://github.com/besport/ocaml-weakmap

to compile your project, use:

dune build @install

Finally, install the "weak_map" plugin with

cordova plugin add weakmap

How to use it?

[TODO]

About

Binding to the `WeakMap` API using gen_js_api

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages