File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11opam-version: "2.0"
223+ authors: ["Phil Scott"]
34build: [
45 ["oasis" "setup"]
56 ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
@@ -15,9 +16,10 @@ depends: [
1516]
1617dev-repo: "git+https://github.com/Chattered/ocaml-monad"
1718install: ["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"
1921flags: light-uninstall
2022url {
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}
Original file line number Diff line number Diff 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"
2425flags: light-uninstall
2526url {
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}
You can’t perform that action at this time.
0 commit comments