package ldp

  1. Overview
  2. Docs
Library to build LDP applications

Install

Dune Dependency

Authors

Maintainers

Sources

ocaml-ldp-0.5.0.tar.gz
md5=fee838e51dd241528ad271c6ef56345a
sha512=cbb718fb10fbc12c3b2f38a57d87e6af13e108699bf5a812cc490ed3397ed9c0f5d2793b5848c7e6d75a47dd10cfa87ba8bacc119f01733f22cc116ea045b27f

Description

Tags

rdf semantic web solid ldp

Published: 21 Jun 2025

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

Releases

See Changes file for release details.

Dependencies (13)

  1. sedlex >= "2.3"
  2. rdf_ppx >= "1.0.0"
  3. rdf >= "1.0.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 < "6"
  12. cohttp-lwt >= "5.3.0"
  13. dune >= "3.19"

Dev Dependencies (1)

  1. odoc with-doc

Used by (7)

  1. activitypub
  2. ldp_curl >= "0.5.0"
  3. ldp_js >= "0.5.0"
  4. ldp_tls >= "0.5.0"
  5. solid >= "0.5.0"
  6. statocaml
  7. stk_xml

Conflicts

None

OCaml

Innovation. Community. Security.