File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ version: "0.2.5"
3
3
name: "ISO8601"
4
4
authors: [ "Julien Sagot" ]
5
5
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"
10
10
synopsis: "ISO 8601 and RFC 3999 date parsing for OCaml"
11
11
build: [
12
12
["dune" "build" "-p" name]
Original file line number Diff line number Diff line change 1
1
# ISO8601
2
2
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 )
4
4
5
5
ISO 8601 and RFC 3339 date parsing for OCaml.
6
6
7
7
** Work in progress. API should not be considerer stable
8
8
until 1.0.0 version.**
9
9
10
+ [ API Docs] ( https://ocaml-community.github.io/ISO8601/ )
11
+
10
12
## Permissive module
11
13
12
14
Date, time, and datetime parsing function of this module are
You can’t perform that action at this time.
0 commit comments