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

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