# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "A date calculation library" description: """ A date calculation library, with exact operators to add a given number of days to a date, and approximate operators to add months or years.""" maintainer: ["Raphaël Monat "] authors: ["Aymeric Fromherz" "Denis Merigoux" "Raphaël Monat"] license: "Apache-2.0" homepage: "https://github.com/CatalaLang/dates-calc" bug-reports: "https://github.com/CatalaLang/dates-calc/issues" depends: [ "dune" {>= "2.7"} "ocaml" {>= "4.11.0"} "alcotest" {with-test & >= "1.5.0"} "qcheck" {with-test & >= "0.15"} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/CatalaLang/dates-calc.git" url { src: "https://github.com/CatalaLang/dates-calc/archive/refs/tags/0.0.6.tar.gz" checksum: [ "md5=fa44004f0c4db908080df566a14b7ebe" "sha512=8dfab7bf0201f3822c42f79d3f7192aaa5a2d399061e6add49048d4fbfd2382388cd1d426b1f6f89a0e65b1a7a6c9c4d240cf70199898b1bd8744a9bab73f41a" ] }