this repo has no description

prelude.0.1

Changed files
+41
packages
prelude
prelude.0.1
+41
packages/prelude/prelude.0.1/opam
···
+
opam-version: "2.0"
+
synopsis: "OCaml library hiding stuff from the stdlib"
+
description:
+
"Prelude is an OCaml library hiding a lot of stuff from the stdlib."
+
maintainer: ["Léo Andrès <contact@ndrs.fr>"]
+
authors: ["Léo Andrès <contact@ndrs.fr>"]
+
license: "AGPL-3.0-or-later"
+
tags: ["prelude" "stdlib" "safe" "exception" "layer" "hide"]
+
homepage: "https://git.zapashcanon.fr/zapashcanon/prelude"
+
bug-reports: "https://git.zapashcanon.fr/zapashcanon/prelude/issues"
+
depends: [
+
"dune" {>= "3.0"}
+
"ocaml" {>= "4.13"}
+
"bos"
+
"cmdliner"
+
"fmt"
+
"fpath"
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://git.zapashcanon.fr/zapashcanon/prelude.git"
+
url {
+
src: "https://git.zapashcanon.fr/zapashcanon/prelude/archive/0.1.tar.gz"
+
checksum: [
+
"sha256=2a232a0269f0df1d07a2844a3161ecf5ada6a1751366078d6b19eeb1925bc2a0"
+
"sha512=a79f8b47cea7884bbd329f3cbdee4f049bdd07baebaccaba0e5a154ad7cad0e97dd92223ba9ab0cef845e20d5c86fa835a001ef70a94c14d59f0fb8e1e39f82b"
+
]
+
}