this repo has no description
1opam-version: "2.0"
2synopsis: "OCaml library hiding stuff from the stdlib"
3description:
4 "Prelude is an OCaml library hiding a lot of stuff from the stdlib."
5maintainer: ["Léo Andrès <contact@ndrs.fr>"]
6authors: ["Léo Andrès <contact@ndrs.fr>"]
7license: "AGPL-3.0-or-later"
8tags: ["prelude" "stdlib" "safe" "exception" "layer" "hide"]
9homepage: "https://git.zapashcanon.fr/zapashcanon/prelude"
10bug-reports: "https://git.zapashcanon.fr/zapashcanon/prelude/issues"
11depends: [
12 "dune" {>= "3.0"}
13 "ocaml" {>= "4.13"}
14 "bos"
15 "cmdliner"
16 "fmt"
17 "fpath"
18 "odoc" {with-doc}
19]
20build: [
21 ["dune" "subst"] {dev}
22 [
23 "dune"
24 "build"
25 "-p"
26 name
27 "-j"
28 jobs
29 "@install"
30 "@runtest" {with-test}
31 "@doc" {with-doc}
32 ]
33]
34dev-repo: "git+https://git.zapashcanon.fr/zapashcanon/prelude.git"
35url {
36 src: "https://git.zapashcanon.fr/zapashcanon/prelude/archive/0.3.tar.gz"
37 checksum: [
38 "sha256=9824eb7a21235fe0555609b2aa86a354988ab4a31637906321b065da90e9d871"
39 "sha512=d50747629f9a73d8dda4e5e7b912ca2ed965775d3bd614a3bed4cb1abdea488e3cf5619f1885b2a9d1d018126a3b469921a627827a453deef4d483346e22cfa5"
40 ]
41}