Skip to content

Commit 1ee3bbe

Browse files
committed
renaming the repo to ISO8601
1 parent b79910e commit 1ee3bbe

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

ISO8601.opam

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ version: "0.2.5"
33
name: "ISO8601"
44
authors: [ "Julien Sagot" ]
55
maintainer: "ocaml-community"
6-
homepage: "http://github.com/ocaml-community/ISO8601.ml/"
7-
dev-repo: "git+https://github.com/ocaml-community/ISO8601.ml.git"
8-
doc: "http://ocaml-community.github.io/ISO8601.ml/"
9-
bug-reports: "https://github.com/ocaml-community/ISO8601.ml/issues"
6+
homepage: "http://github.com/ocaml-community/ISO8601/"
7+
dev-repo: "git+https://github.com/ocaml-community/ISO8601.git"
8+
doc: "http://ocaml-community.github.io/ISO8601/"
9+
bug-reports: "https://github.com/ocaml-community/ISO8601/issues"
1010
synopsis: "ISO 8601 and RFC 3999 date parsing for OCaml"
1111
build: [
1212
["dune" "build" "-p" name]

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ ISO 8601 and RFC 3339 date parsing for OCaml.
77
**Work in progress. API should not be considerer stable
88
until 1.0.0 version.**
99

10+
[API Docs](https://ocaml-community.github.io/ISO8601/)
11+
1012
## Permissive module
1113

1214
Date, time, and datetime parsing function of this module are

0 commit comments

Comments
 (0)