package ldp

  1. Overview
  2. Docs
Library to build LDP applications

Install

Dune Dependency

Authors

Maintainers

Sources

ocaml-ldp-0.3.0.tar.gz
md5=8903912748afccb622e88b52d1d89260
sha512=4924c40cf5f80d7b46e93de848bc52cbe7fa0b864082f93c07c253cd0d81395160339e80533d6b5bd4779c93afd1e37754323e1ca4a5a0b5371c840ee1bf2f67

doc/index.html

ldp

Linked Data Platform (LDP) defines a set of rules for HTTP operations on web resources, some based on RDF, to provide an architecture for read-write Linked Data on the web.

OCaml-ldp is a library to develop applications using and applying these rules. It uses Rdf for semantic graphs.

HTTP operations are based on an abstraction of the underlying way to perform HTTPs queries. The packages Ldp_curl and Ldp_tls provide implementations of this abstraction, respectively using Curl and Cohttp+Tls.

API

OCaml

Innovation. Community. Security.

On This Page
  1. API