this repo has no description
1opam-version: "2.0"
2
3
4authors: [ "Julien Sagot" ]
5
6maintainer: "ju.sagot@gmail.com"
7
8homepage: "http://github.com/sagotch/ISO8601.ml/"
9
10dev-repo: "git+https://github.com/sagotch/ISO8601.ml.git"
11doc: "http://sagotch.github.io/ISO8601.ml/"
12
13bug-reports: "https://github.com/sagotch/ISO8601.ml/issues"
14
15build: [
16 [make "build"]
17 [make "doc"] {with-doc}
18]
19install: [ make "install" ]
20
21remove: [ "ocamlfind" "remove" "ISO8601" ]
22
23depends: [
24 "ocaml" {>= "3.12.1"}
25 "ocamlfind" {build}
26 "ocamlbuild" {build}
27]
28synopsis: "ISO 8601 and RFC 3339 date parsing and printing."
29flags: light-uninstall
30url {
31 src: "https://github.com/sagotch/ISO8601.ml/archive/0.2.0.tar.gz"
32 checksum: [
33 "sha256=fc6b358c6f1f0dee7b517eb3109749ef5e47a01f3321b8f08d5b6d81308ed318"
34 "md5=4e1c8047ae18718e923c3f05f40156ad"
35 ]
36}