Skip to content

Commit

Permalink
prelude.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zapashcanon authored and avsm committed Sep 5, 2024
1 parent 31e0ef6 commit 9ac42bc
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions packages/prelude/prelude.0.2/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
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."
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"
"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.2.tar.gz"
checksum: [
"sha256=436efc0577edc0b876d07d8dc50ee7adee49a5c03b21ce194deeff7bbefafb85"
"sha512=06dfdb10b1d1792054c5ccbe5925d9d55f23cba06fcfc980795bbb01551f2561d9b9ea7bd8469445649547de06d88c4dab1a3dac5713d2c5fee03179b33f1734"
]
}

0 comments on commit 9ac42bc

Please sign in to comment.