package ldp

  1. Overview
  2. Docs
Library to build LDP applications

Install

Dune Dependency

Authors

Maintainers

Sources

ocaml-ldp-0.1.0.tar.bz2
md5=a5400f9f16b8140dac263e026515d317
sha512=f6e8410363be8948f5c59704c4c635d398249e8378c0184323fccddac145f7e3c59b90da2b3a0e195478b279ec07a007af49daee1e18a53f2072d0b25c1f6bc3

Description

Tags

rdf semantic web solid ldp

Published: 06 Apr 2023

README

ocaml-ldp

🌐 OCaml-ldp homepage

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

Documentation is available here.

Development

Development is hosted on Framagit.

OCaml-ldp is released under LGPL3 license.

Installation

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

Dependencies (12)

  1. sedlex >= "2.3"
  2. rdf_ppx >= "0.13.0"
  3. rdf >= "0.13.0"
  4. ocf_ppx >= "0.8.0"
  5. ocf >= "0.8.0"
  6. ocaml >= "4.14.0"
  7. lwt_ppx >= "2.0.3"
  8. lwt >= "5.4.0"
  9. logs >= "0.7.0"
  10. fmt >= "0.8.9"
  11. cohttp-lwt >= "4.0.0"
  12. dune >= "2.9"

Dev Dependencies (1)

  1. odoc with-doc

Conflicts

None