Skip to content

Commit

Permalink
Merge pull request #27326 from zapashcanon/prelude.0.4
Browse files Browse the repository at this point in the history
prelude.0.4
  • Loading branch information
shonfeder authored Jan 28, 2025
2 parents efcfe82 + e04da0e commit aa131f3
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 5 deletions.
43 changes: 43 additions & 0 deletions packages/prelude/prelude.0.4/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
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 to enforce good programming practices."
maintainer: ["Léo Andrès <[email protected]>"]
authors: ["Léo Andrès <[email protected]>"]
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"
"ocamlformat" {with-dev-setup}
"odoc" {with-dev-setup}
"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.4.tar.gz"
checksum: [
"sha256=858fd4291ea8767c6d238d7c5976107589053157dd4a6d53fa49a0451d7db7ab"
"sha512=beeacb29c18794854bfdf4d9ca53b24a35e64dbcc07e44fb56087cb14bbb4f8ad21c26eea202b04dd075c4fd84068ae997bd081a51989a6906c47fd58355da5f"
]
}
2 changes: 1 addition & 1 deletion packages/smtml/smtml.0.2.4/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ bug-reports: "https://github.com/formalsec/smtml/issues"
depends: [
"dune" {>= "3.10"}
"ocaml" {>= "4.14.0"}
"prelude" {>= "0.3"}
"prelude" {= "0.3"}
"ocaml_intrinsics"
"fmt" {>= "0.8.7"}
"cmdliner" {>= "1.2.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/smtml/smtml.0.2.5/opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ bug-reports: "https://github.com/formalsec/smtml/issues"
depends: [
"dune" {>= "3.10"}
"ocaml" {>= "4.14.0"}
"prelude" {>= "0.3"}
"prelude" {= "0.3"}
"ocaml_intrinsics"
"fmt" {>= "0.8.7"}
"cmdliner" {>= "1.2.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/smtml/smtml.0.3.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ depends: [
"ocaml" {>= "4.14.0"}
"ocaml_intrinsics"
"patricia-tree" {>= "0.10.0"}
"prelude" {>= "0.3"}
"prelude" {= "0.3"}
"rusage"
"yojson" {>= "1.6.0"}
"zarith" {>= "1.5"}
Expand Down
2 changes: 1 addition & 1 deletion packages/smtml/smtml.0.4.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ depends: [
"ocaml" {>= "4.14.0"}
"ocaml_intrinsics"
"patricia-tree" {>= "0.10.0"}
"prelude" {>= "0.3"}
"prelude" {= "0.3"}
"rusage"
"scfg"
"yojson" {>= "1.6.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/smtml/smtml.0.4.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ depends: [
"ocaml" {>= "4.14.0"}
"ocaml_intrinsics"
"patricia-tree" {>= "0.10.0"}
"prelude" {>= "0.3"}
"prelude" {= "0.3"}
"rusage"
"scfg"
"yojson" {>= "1.6.0"}
Expand Down

0 comments on commit aa131f3

Please sign in to comment.