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 - compute 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.1.zip" 22 checksum: [ 23 "sha256=67054f3a22f8a875284dd8c6bf5669123d3ca9e1f882b461a4458c4d497c0cab" 24 "md5=5c1a82e5e3dfc4354e1c8082b082dd04" 25 ] 26}