Skip to content

Commit 7b61e39

Browse files
Merge pull request #26252 from zapashcanon/master
prelude.0.1
2 parents 2e90fc7 + acc4378 commit 7b61e39

File tree

1 file changed

+41
-0
lines changed
  • packages/prelude/prelude.0.1

1 file changed

+41
-0
lines changed

packages/prelude/prelude.0.1/opam

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
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 <[email protected]>"]
6+
authors: ["Léo Andrès <[email protected]>"]
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.1.tar.gz"
37+
checksum: [
38+
"sha256=2a232a0269f0df1d07a2844a3161ecf5ada6a1751366078d6b19eeb1925bc2a0"
39+
"sha512=a79f8b47cea7884bbd329f3cbdee4f049bdd07baebaccaba0e5a154ad7cad0e97dd92223ba9ab0cef845e20d5c86fa835a001ef70a94c14d59f0fb8e1e39f82b"
40+
]
41+
}

0 commit comments

Comments
 (0)