Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

barko/atdjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

atdjs is a tool for generating serializers and unserializers from atd type definition. Like atdgen, atdjs generates OCaml source code. However, unlike atdgen, the generated code is intended for compilation by the js_of_ocaml compiler, an OCaml compiler with a Javascript backend.

atdjs simplifies the construction of browser-based client apps (written in OCaml and compiled with js_of_ocaml which send/receive typed messages via Javascript's XHR.

Plain OCaml and atd are required for building atdjs. js_of_ocaml and jsonoj are required for building the code which atdjs generates.

About

atd code generator for OCaml/js_of_ocaml

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages