package ldp_curl

  1. Overview
  2. Docs
Library to build LDP applications using Curl

Install

Dune Dependency

Authors

Maintainers

Sources

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

Description

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 (4)

  1. ocurl >= "0.9.1"
  2. ocaml >= "4.14.0"
  3. ldp = version
  4. dune >= "2.9"

Dev Dependencies (1)

  1. odoc with-doc

Conflicts (1)

  1. cohttp-lwt >= "6.0.0~"