Skip to content

Commit f85e121

Browse files
authored
Merge pull request ocaml#21950 from rmonat/opam-publish-dates_calc.0.0.2
Package dates_calc.0.0.2
2 parents 9206569 + 815511a commit f85e121

File tree

1 file changed

+41
-0
lines changed
  • packages/dates_calc/dates_calc.0.0.2

1 file changed

+41
-0
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "A date calculation library"
4+
description: """
5+
A date calculation library, with exact operators to add a given
6+
number of days to a date, and approximate operators to add months or
7+
years."""
8+
maintainer: ["Raphaël Monat <[email protected]>"]
9+
authors: ["Aymeric Fromherz" "Denis Merigoux" "Raphaël Monat"]
10+
license: "Apache-2.0"
11+
homepage: "https://github.com/CatalaLang/dates-calc"
12+
bug-reports: "https://github.com/CatalaLang/dates-calc/issues"
13+
depends: [
14+
"dune" {>= "2.7"}
15+
"ocaml" {>= "4.11.0"}
16+
"alcotest" {with-test & >= "1.5.0"}
17+
"qcheck" {with-test & >= "0.15"}
18+
"odoc" {with-doc}
19+
]
20+
build: [
21+
["dune" "subst"] {dev}
22+
[
23+
"dune"
24+
"build"
25+
"-p"
26+
name
27+
"-j"
28+
jobs
29+
"@install"
30+
"@runtest" {with-test}
31+
"@doc" {with-doc}
32+
]
33+
]
34+
dev-repo: "git+https://github.com/CatalaLang/dates-calc.git"
35+
url {
36+
src: "https://github.com/CatalaLang/dates-calc/archive/0.0.2.tar.gz"
37+
checksum: [
38+
"md5=b9a95dd2af7b42b1e7bcf17c8929b92c"
39+
"sha512=4b4cba810bd1a1332c0b0fd99e9657e69450e73e77d37f0e2527df059ad45d227eb16771ec1c0f91abd56d724a8fbd4ab422e7460ae297436f257393ad06109e"
40+
]
41+
}

0 commit comments

Comments
 (0)