Ppx plugin for Typeconv to derive conversion from ocaml types to js objects to use with js_of_ocaml.
Description
For types annotated with [@@deriving jsobject], plugin will generate pair of functions: of_jsobject/jsobject_of to convert from/to JavaScript objects. This allows one to use clean OCaml types to describe their logic, while having ability to easy go down to js types. Easy conversion from js objects to OCaml types means also, one can use fast native JSON.parse to convert JSON to OCaml types.
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
- Published
- 23 Apr 2016
- Authors
- Maintainers
Sources
Dependencies
ocamlbuild
build
ocamlfind
build
ppx_type_conv
>= "113.24.00"
js_of_ocaml
< "3.4.0"
ocaml
>= "4.02.3" & < "4.03.0"
Reverse Dependencies