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" 6build: [ 7 [make] 8] 9install: [make "PREFIX=%{prefix}%" "install"] 10remove: [make "PREFIX=%{prefix}%" "remove"] 11depends: [ 12 "ocaml" {>= "4.01.0"} 13 "ocamlbuild" {build} 14] 15synopsis: "ago(1) - compute the number of days between two calendar dates" 16description: """ 17Ago computes the difference in days between two calendar dates provided 18as arguments. If just one date is given, the current date is taken as 19the second one.""" 20url { 21 src: "https://github.com/lindig/ocaml-ago/archive/v0.2.zip" 22 checksum: [ 23 "sha256=8151b9a548ce4658570a09273bd20aa687d7dfa553df9ec2771e1c8cea0a655b" 24 "md5=49f8b4811b09069d7a949ce19b68064c" 25 ] 26}