this repo has no description
1opam-version: "2.0"
2
3synopsis: "Convert dates between gregorian/julian/french/hebrew calendars"
4
5authors: [ "Daniel de Rauglaudre" ]
6
7maintainer: "Julien Sagot <julien.sagot@geneanet.org>"
8
9license: "GNU GPL"
10
11homepage: "https://github.com/geneweb/calendars"
12
13bug-reports: "https://github.com/geneweb/calendars/issues"
14
15dev-repo: "git+https://github.com/geneweb/calendars.git"
16
17depends: [
18 "dune" { >= "1.11" }
19 "ocaml" { >= "4.05" }
20 ]
21
22build: [ [ "dune" "build" "-p" name "-j" jobs] ]
23url {
24 src: "https://github.com/geneweb/calendars/archive/v1.0.0.tar.gz"
25 checksum: [
26 "md5=a7457ed109d5286929bc5a5dabd84b88"
27 "sha512=84bcc9c96eab1a1821699ebd90ab04a14c3afa54d9f112001a5bde8efb3b8fe29baf6da133dde561e9ed290fec5babd673818e490779986725f6c5ab644c2391"
28 ]
29}