Library to build LDP (Linked
Data Platform) and SOLID
applications, runnable either in standalone program (using packages
ldp_tls
or ldp_curl
) or in the browser (using
package ldp_js
with js_of_ocaml).
Comes with a SOLID server (currently under development).
Documentation is available here.
Development is hosted on Framagit.
OCaml-ldp is released under LGPL3 license.
The packages are installable with opam:
$ opam install ldp ldp_curl ldp_tls ldp_js
$ opam install solid solid_server solid_tools
Current state of OCaml-ldp can be installed with:
$ opam pin add [package] git@framagit.org:zoggy/ocaml-ldp.git
See Changes file for release details.