File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
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,7 +16,8 @@ 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 {
2123 src: "https://github.com/ocaml/opam-source-archives/raw/main/monadlib-0.1.tar.gz"
Original file line number Diff line number Diff line change @@ -20,7 +20,8 @@ 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 {
2627 src: "https://github.com/ocaml/opam-source-archives/raw/main/monadlib-0.2.tar.gz"
You can’t perform that action at this time.
0 commit comments