this repo has no description
1opam-version: "2.0" 2maintainer: "Christian Lindig <lindig@gmail.com>" 3authors: "Christian Lindig <lindig@gmail.com>" 4license: "BSD-3-Clause" 5dev-repo: "git+https://github.com/lindig/ocaml-ago.git" 6homepage: "https://github.com/lindig/ocaml-ago" 7bug-reports: "https://github.com/lindig/ocaml-ago/issues" 8build: [ 9 ["jbuilder" "build" "-p" name "-j" jobs] 10 ["jbuilder" "runtest" "-p" name "-j" jobs] {with-test} 11] 12depends: [ 13 "ocaml" 14 "jbuilder" {>= "1.0+beta7"} 15] 16synopsis: "ago(1) - compute the number of days between two calendar dates" 17description: """ 18Ago computes the difference in days between two calendar dates provided 19as arguments. If just one date is given, the current date is taken as 20the second one.""" 21url { 22 src: "https://github.com/lindig/ocaml-ago/archive/0.4/ago-0.4.tar.gz" 23 checksum: [ 24 "sha256=c48e7bdc2fce725de8cbcfbc115d2b98b24f7a63ec3117b708b375907465a727" 25 "md5=47570c717eabb5b8061dec162be8dca0" 26 ] 27}