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.3.zip"
22 checksum: [
23 "sha256=05a8374d98a8cbfe1a03aa608617769a8cdf2d92a06b534adb146b44a4f6be9b"
24 "md5=90ec7d951bed891920f6f5b05f6e7455"
25 ]
26}