File tree Expand file tree Collapse file tree 1 file changed +53
-0
lines changed
packages/calendars/calendars.2.0.0 Expand file tree Collapse file tree 1 file changed +53
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis:
3+ "Convert dates between gregorian/julian/french/hebrew/islamic calendars"
4+ description:
5+ "OCaml library to convert dates between gregorian/julian/french/hebrew/islamic calendars. Code is originally from Geneweb."
6+ maintainer: [
7+ "Elie Canonici-Merle <elie.canonicimerle@geneanet.org>"
8+ "Olivier Pierre <olivier.pierre@geneanet.org>"
9+ ]
10+ authors: "Daniel de Rauglaudre"
11+ license: "GPL-2.0-only"
12+ tags: [
13+ "moon-phase"
14+ "gregorian"
15+ "julian"
16+ "hebrew"
17+ "islamic"
18+ "french-republican"
19+ "calendar"
20+ "date"
21+ ]
22+ homepage: "https://github.com/geneweb/calendars"
23+ bug-reports: "https://github.com/geneweb/calendars/issues"
24+ depends: [
25+ "dune" {>= "2.9"}
26+ "ocaml" {>= "4.08"}
27+ "alcotest" {with-test}
28+ "odoc" {with-doc}
29+ ]
30+ build: [
31+ ["dune" "subst"] {dev}
32+ [
33+ "dune"
34+ "build"
35+ "-p"
36+ name
37+ "-j"
38+ jobs
39+ "--promote-install-files=false"
40+ "@install"
41+ "@runtest" {with-test}
42+ "@doc" {with-doc}
43+ ]
44+ ["dune" "install" "-p" name "--create-install-files" name]
45+ ]
46+ dev-repo: "git+https://github.com/geneweb/calendars.git"
47+ url {
48+ src: "https://github.com/geneweb/calendars/archive/refs/tags/v2.0.0.tar.gz"
49+ checksum: [
50+ "md5=5a5f5f843a7b03095c4ef061e88c528c"
51+ "sha512=a5173392af5c5e6dcbf02fae20ba484667210758f6be64686e0b3874343b4308500a7aca0d43af0b97931d298761d1e2aeceb2ffabd1387f256c9d1561f42939"
52+ ]
53+ }
You can’t perform that action at this time.
0 commit comments