File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
packages/ISO8601/ISO8601.0.2.6 Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change
1
+ opam-version: "2.0"
2
+ synopsis: "ISO 8601 and RFC 3999 date parsing for OCaml"
3
+ maintainer: ["c-cube" "ocaml-community"]
4
+ authors: "Julien Sagot"
5
+ homepage: "http://github.com/ocaml-community/ISO8601.ml/"
6
+ doc: "http://ocaml-community.github.io/ISO8601.ml/"
7
+ bug-reports: "https://github.com/ocaml-community/ISO8601.ml/issues"
8
+ depends: [
9
+ "dune" {>= "1.0"}
10
+ "base-unix"
11
+ "ocaml" {>= "3.12.1"}
12
+ "odoc" {with-doc}
13
+ "ounit" {with-test}
14
+ ]
15
+ build: [
16
+ ["dune" "build" "-p" name "-j" jobs]
17
+ ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
18
+ ]
19
+ dev-repo: "git+https://github.com/ocaml-community/ISO8601.ml.git"
20
+ url {
21
+ src: "https://github.com/ocaml-community/ISO8601.ml/archive/0.2.6.tar.gz"
22
+ checksum: [
23
+ "md5=a460f01d409d51b7d537429881bfa276"
24
+ "sha512=82b5cbbb636346e8d010ee569c0fad2f00bef31c3177cfee80fc02a081c5fcfb7880bf2670fe4f46423e3ae99370626c7efffc9d332cae5cbd6377c975517b3f"
25
+ ]
26
+ }
You can’t perform that action at this time.
0 commit comments