-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27326 from zapashcanon/prelude.0.4
prelude.0.4
- Loading branch information
Showing
6 changed files
with
48 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters