package ISO8601

  1. Overview
  2. Docs
ISO 8601 and RFC 3999 date parsing for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

0.2.6.tar.gz
md5=a460f01d409d51b7d537429881bfa276
sha512=82b5cbbb636346e8d010ee569c0fad2f00bef31c3177cfee80fc02a081c5fcfb7880bf2670fe4f46423e3ae99370626c7efffc9d332cae5cbd6377c975517b3f

Description

Published: 14 Sep 2019

README

ISO8601

ISO 8601 and RFC 3339 date parsing for OCaml.

Work in progress. API should not be considerer stable until 1.0.0 version.

API Docs

Permissive module

Date, time, and datetime parsing function of this module are much more permissive than ISO 8601 or RFC 3339 specifications.

Either basic and/or extended formats can be used for date and time, and no consistency is required (it is possible to mix basic format for date and extended format for time), lowercase letters can be used, and datetime separator may be a space character.

Note: for now, this module is the only one available.

Installation

Via opam:

opam install ISO8601

From sources:

make build
make install

License

Distributed under the terms of MIT license.

Dependencies (3)

  1. ocaml >= "3.12.1"
  2. base-unix
  3. dune >= "1.0"

Dev Dependencies (2)

  1. ounit with-test
  2. odoc with-doc

Conflicts

None