Skip to content

Commit 2c397e3

Browse files
authored
Merge pull request ocaml#14817 from c-cube/opam-publish-ISO8601.0.2.6
Package ISO8601.0.2.6
2 parents 91199ed + 664ad2f commit 2c397e3

File tree

1 file changed

+26
-0
lines changed
  • packages/ISO8601/ISO8601.0.2.6

1 file changed

+26
-0
lines changed

packages/ISO8601/ISO8601.0.2.6/opam

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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+
}

0 commit comments

Comments
 (0)