Skip to content

Commit 6538728

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

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
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: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
# ISO8601
22

3-
[![Build Status](https://travis-ci.org/ocaml-community/ISO8601.ml.svg?branch=master)](https://travis-ci.org/ocaml-community/ISO8601.ml)
3+
[![Build Status](https://travis-ci.org/ocaml-community/ISO8601.ml.svg?branch=master)](https://travis-ci.org/ocaml-community/ISO8601)
44

55
ISO 8601 and RFC 3339 date parsing for OCaml.
66

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)