Skip to content

Commit 04ba333

Browse files
authored
Merge pull request #24842 from Leonidas-from-XIV/monadlib-unavailable
Mark monadlib as unavailable
2 parents 714215e + 0053f7a commit 04ba333

File tree

2 files changed

+7
-4
lines changed
  • packages/monadlib

2 files changed

+7
-4
lines changed

packages/monadlib/monadlib.0.1/opam

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
opam-version: "2.0"
22
maintainer: "[email protected]"
3+
authors: ["Phil Scott"]
34
build: [
45
["oasis" "setup"]
56
["ocaml" "setup.ml" "-configure" "--prefix" prefix]
@@ -15,9 +16,10 @@ depends: [
1516
]
1617
dev-repo: "git+https://github.com/Chattered/ocaml-monad"
1718
install: ["ocaml" "setup.ml" "-install"]
18-
synopsis: "A starter library for monads, with transformers and applicatives."
19+
synopsis: "A starter library for monads, with transformers and applicatives"
20+
license: "MIT"
1921
flags: light-uninstall
2022
url {
21-
src: "https://github.com/Chattered/ocaml-monad/archive/v0.1.tar.gz"
23+
src: "https://github.com/ocaml/opam-source-archives/raw/main/monadlib-0.1.tar.gz"
2224
checksum: "md5=da3aa5a4471d75c2944afed4911be9e0"
2325
}

packages/monadlib/monadlib.0.2/opam

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ depends: [
2020
"batteries" {>= "2.0"}
2121
"ocamlbuild" {build}
2222
]
23-
synopsis: "A starter library for monads, with transformers and applicatives."
23+
synopsis: "A starter library for monads, with transformers and applicatives"
24+
license: "MIT"
2425
flags: light-uninstall
2526
url {
26-
src: "https://github.com/Chattered/ocaml-monad/archive/v0.2.tar.gz"
27+
src: "https://github.com/ocaml/opam-source-archives/raw/main/monadlib-0.2.tar.gz"
2728
checksum: "md5=8e0f3285b291e1313871d241391192cd"
2829
}

0 commit comments

Comments
 (0)