this repo has no description

Merge pull request #18442 from hakuch/release-zlist-0.5.0

[new release] zlist (0.5.0)

Kate d2a255b0 0b67ac78

Changed files
+38
packages
zlist
zlist.0.5.0
+38
packages/zlist/zlist.0.5.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Lazy lists for OCaml"
+
description:
+
"The definition of a lazy list type and a number of useful functions for manipulating and constructing lazy lists."
+
maintainer: ["Jesse Haber-Kucharsky <jesse@haber-kucharsky.com>"]
+
authors: ["Jesse Haber-Kucharsky <jesse@haber-kucharsky.com>"]
+
license: "Apache-2.0"
+
homepage: "https://github.com/hakuch/zlist"
+
doc: "https://hakuch.github.io/zlist"
+
bug-reports: "https://github.com/hakuch/zlist/issues"
+
depends: [
+
"dune" {>= "2.7"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/hakuch/zlist.git"
+
x-commit-hash: "730780acc6629388e20bba40733526cf380670d6"
+
url {
+
src:
+
"https://github.com/hakuch/zlist/releases/download/0.5.0/zlist-0.5.0.tbz"
+
checksum: [
+
"sha256=f87c9bca750a4fe30621ea7aa8a0dc8feddb1ba78e83625526ce5190f42879b5"
+
"sha512=a3e9fcf2171119bdb097bf755bda5ecfbe66f7ea75d817cd724b3383e68960ed76f77aceec55710fd0ee160cb4cd7a81a496abb6618e94b8f22b8b3d193f936f"
+
]
+
}