OCaml implementation of Internationalized Resource Identifiers (IRIs)
- OCaml 92.9%
- Makefile 7.1%
|
|
||
|---|---|---|
| .depend | ||
| .gitignore | ||
| .headache_config | ||
| Changes.txt | ||
| header | ||
| iri.ml | ||
| iri.mli | ||
| iri_lexer.ml | ||
| iri_lexer.mli | ||
| iri_types.ml | ||
| iri_types.mli | ||
| iris.txt | ||
| LICENSE | ||
| Makefile | ||
| META | ||
| opam | ||
| README.md | ||
| test_parser.ml | ||
Development has moved to https://framagit.org/zoggy/ocaml-iri
ocaml-iri
OCaml implementation of Internationalized Resource Identifiers (IRIs)
RFC 3987: http://tools.ietf.org/html/rfc3987
This implementation does not depend on regular expression library. Is is implemented using Sedlex (https://github.com/alainfrisch/sedlex), thus it will be usable in Javascript (with Js_of_ocaml).
OCaml-RDF will use this library instead of its Rdf_iri module.