this repo has no description
0
fork

Configure Feed

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

Merge pull request #27326 from zapashcanon/prelude.0.4

prelude.0.4

authored by

Shon Feder and committed by
GitHub
aa131f3e efcfe82a

+48 -5
+43
packages/prelude/prelude.0.4/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 to enforce good programming practices." 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 + "ocamlformat" {with-dev-setup} 19 + "odoc" {with-dev-setup} 20 + "odoc" {with-doc} 21 + ] 22 + build: [ 23 + ["dune" "subst"] {dev} 24 + [ 25 + "dune" 26 + "build" 27 + "-p" 28 + name 29 + "-j" 30 + jobs 31 + "@install" 32 + "@runtest" {with-test} 33 + "@doc" {with-doc} 34 + ] 35 + ] 36 + dev-repo: "git+https://git.zapashcanon.fr/zapashcanon/prelude.git" 37 + url { 38 + src: "https://git.zapashcanon.fr/zapashcanon/prelude/archive/0.4.tar.gz" 39 + checksum: [ 40 + "sha256=858fd4291ea8767c6d238d7c5976107589053157dd4a6d53fa49a0451d7db7ab" 41 + "sha512=beeacb29c18794854bfdf4d9ca53b24a35e64dbcc07e44fb56087cb14bbb4f8ad21c26eea202b04dd075c4fd84068ae997bd081a51989a6906c47fd58355da5f" 42 + ] 43 + }
+1 -1
packages/smtml/smtml.0.2.4/opam
··· 11 11 depends: [ 12 12 "dune" {>= "3.10"} 13 13 "ocaml" {>= "4.14.0"} 14 - "prelude" {>= "0.3"} 14 + "prelude" {= "0.3"} 15 15 "ocaml_intrinsics" 16 16 "fmt" {>= "0.8.7"} 17 17 "cmdliner" {>= "1.2.0"}
+1 -1
packages/smtml/smtml.0.2.5/opam
··· 10 10 depends: [ 11 11 "dune" {>= "3.10"} 12 12 "ocaml" {>= "4.14.0"} 13 - "prelude" {>= "0.3"} 13 + "prelude" {= "0.3"} 14 14 "ocaml_intrinsics" 15 15 "fmt" {>= "0.8.7"} 16 16 "cmdliner" {>= "1.2.0"}
+1 -1
packages/smtml/smtml.0.3.1/opam
··· 28 28 "ocaml" {>= "4.14.0"} 29 29 "ocaml_intrinsics" 30 30 "patricia-tree" {>= "0.10.0"} 31 - "prelude" {>= "0.3"} 31 + "prelude" {= "0.3"} 32 32 "rusage" 33 33 "yojson" {>= "1.6.0"} 34 34 "zarith" {>= "1.5"}
+1 -1
packages/smtml/smtml.0.4.0/opam
··· 28 28 "ocaml" {>= "4.14.0"} 29 29 "ocaml_intrinsics" 30 30 "patricia-tree" {>= "0.10.0"} 31 - "prelude" {>= "0.3"} 31 + "prelude" {= "0.3"} 32 32 "rusage" 33 33 "scfg" 34 34 "yojson" {>= "1.6.0"}
+1 -1
packages/smtml/smtml.0.4.1/opam
··· 28 28 "ocaml" {>= "4.14.0"} 29 29 "ocaml_intrinsics" 30 30 "patricia-tree" {>= "0.10.0"} 31 - "prelude" {>= "0.3"} 31 + "prelude" {= "0.3"} 32 32 "rusage" 33 33 "scfg" 34 34 "yojson" {>= "1.6.0"}