this repo has no description

Package calendar.3.0.0

Kate d5a1be8c 2891c39e

Changed files
+32
packages
calendar
calendar.3.0.0
+32
packages/calendar/calendar.3.0.0/opam
···
···
+
opam-version: "2.0"
+
synopsis: "Library for handling dates and times in your program"
+
description:
+
"Calendar is a library for handling dates and times in your program."
+
maintainer: "ocaml-community"
+
authors: "Julien Signoles"
+
license: "LGPL-2.1 with OCaml linking exception"
+
tags: ["calendar" "date" "time" "datetime"]
+
homepage: "https://github.com/ocaml-community/calendar"
+
doc: "https://ocaml-community.github.io/calendar/"
+
bug-reports: "https://github.com/ocaml-community/calendar/issues"
+
depends: [
+
"ocaml" {>= "4.03"}
+
"re" {>= "1.7.2"}
+
"dune" {>= "1.0"}
+
"odoc" {with-doc}
+
"alcotest" {with-test}
+
]
+
build: [
+
["dune" "build" "-p" name "-j" jobs]
+
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
+
]
+
dev-repo: "git+https://github.com/ocaml-community/calendar"
+
url {
+
src:
+
"https://github.com/ocaml-community/calendar/archive/refs/tags/v3.0.0.tar.gz"
+
checksum: [
+
"md5=8c7207407fc6b4d0bd3d05ed3c13f91a"
+
"sha512=cf8a5cfbfb8879da7bcacf765d5461523cbc4f0c13133dfb2f311b051ed95b5f72815af5ca2836294a793d9b57bfc4cc1abbb8b54e17954cb4ecc99e1743bdc3"
+
]
+
}