Skip to content

Commit

Permalink
renaming the repo to ISO8601
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Sep 12, 2019
1 parent b79910e commit 1ee3bbe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ISO8601.opam
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ version: "0.2.5"
name: "ISO8601"
authors: [ "Julien Sagot" ]
maintainer: "ocaml-community"
homepage: "http://github.com/ocaml-community/ISO8601.ml/"
dev-repo: "git+https://github.com/ocaml-community/ISO8601.ml.git"
doc: "http://ocaml-community.github.io/ISO8601.ml/"
bug-reports: "https://github.com/ocaml-community/ISO8601.ml/issues"
homepage: "http://github.com/ocaml-community/ISO8601/"
dev-repo: "git+https://github.com/ocaml-community/ISO8601.git"
doc: "http://ocaml-community.github.io/ISO8601/"
bug-reports: "https://github.com/ocaml-community/ISO8601/issues"
synopsis: "ISO 8601 and RFC 3999 date parsing for OCaml"
build: [
["dune" "build" "-p" name]
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ 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](https://ocaml-community.github.io/ISO8601/)

## Permissive module

Date, time, and datetime parsing function of this module are
Expand Down

0 comments on commit 1ee3bbe

Please sign in to comment.