this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #26273 from zapashcanon/prelude.0.2

prelude.0.2

authored by

Raphaël Proust and committed by
GitHub
471f1530 7db1aa31

+41
+41
packages/prelude/prelude.0.2/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "OCaml library hiding stuff from the stdlib" 3 + description: 4 + "Prelude is an OCaml library hiding a lot of stuff from the stdlib." 5 + maintainer: ["Léo Andrès <contact@ndrs.fr>"] 6 + authors: ["Léo Andrès <contact@ndrs.fr>"] 7 + license: "AGPL-3.0-or-later" 8 + tags: ["prelude" "stdlib" "safe" "exception" "layer" "hide"] 9 + homepage: "https://git.zapashcanon.fr/zapashcanon/prelude" 10 + bug-reports: "https://git.zapashcanon.fr/zapashcanon/prelude/issues" 11 + depends: [ 12 + "dune" {>= "3.0"} 13 + "ocaml" {>= "4.13"} 14 + "bos" 15 + "cmdliner" 16 + "fmt" 17 + "fpath" 18 + "odoc" {with-doc} 19 + ] 20 + build: [ 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 + ] 34 + dev-repo: "git+https://git.zapashcanon.fr/zapashcanon/prelude.git" 35 + url { 36 + src: "https://git.zapashcanon.fr/zapashcanon/prelude/archive/0.2.tar.gz" 37 + checksum: [ 38 + "sha256=436efc0577edc0b876d07d8dc50ee7adee49a5c03b21ce194deeff7bbefafb85" 39 + "sha512=06dfdb10b1d1792054c5ccbe5925d9d55f23cba06fcfc980795bbb01551f2561d9b9ea7bd8469445649547de06d88c4dab1a3dac5713d2c5fee03179b33f1734" 40 + ] 41 + }