# 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/0.0.4.tar.gz" checksum: [ "md5=514e614ade7b8f2b1e5cb46f363fc04b" "sha512=7e5c3de6e1ef87431bf2a2bea9d635def1d243b37b3e7ad4ca2fd4df2b01b480154d04ea99ed11af088321490c486cb0f897e806687b9d0ebd3d7b09bc92a799" ] }