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.5.tar.gz"
32 checksum: [
33 "sha256=23b311d27b5c1f97823abfb0632d93b8a70e39500a6c6ff2861015ebc464f0cd"
34 "md5=1f6895ca3627521815bba29f3286d60d"
35 ]
36}