this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "A date calculation library"
4description: """
5A 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."""
8maintainer: ["Raphaël Monat <raphael.monat@lip6.fr>"]
9authors: ["Aymeric Fromherz" "Denis Merigoux" "Raphaël Monat" "Louis Gesbert"]
10license: "Apache-2.0"
11homepage: "https://github.com/CatalaLang/dates-calc"
12bug-reports: "https://github.com/CatalaLang/dates-calc/issues"
13depends: [
14 "dune" {>= "3.11"}
15 "ocaml" {>= "4.11.0"}
16 "alcotest" {with-test & >= "1.5.0"}
17 "qcheck" {with-test & >= "0.15"}
18 "odoc" {with-doc}
19]
20build: [
21 ["dune" "subst"] {dev}
22 [
23 "dune"
24 "build"
25 "-p"
26 name
27 "-j"
28 jobs
29 "@install"
30# "@runtest" {with-test} # require python 3.12 to run
31 "@doc" {with-doc}
32 ]
33]
34dev-repo: "git+https://github.com/CatalaLang/dates-calc.git"
35url {
36 src:
37 "https://github.com/CatalaLang/dates-calc/archive/refs/tags/0.0.7.tar.gz"
38 checksum: [
39 "md5=244294deee9c01082ee847d66ff1ef48"
40 "sha512=1756ed2d87f0d4d67e850de8445136d08dbcd959779f189dacbe880afdbc4c6a9ecca843f94df48181302b31ceb7faeef307179473648efbf4ffdc8d5223ec66"
41 ]
42}