Skip to content

Commit 0053f7a

Browse files
Fix some linting issues
Determined the license is MIT
1 parent 57185f7 commit 0053f7a

File tree

2 files changed

+5
-2
lines changed
  • packages/monadlib

2 files changed

+5
-2
lines changed

packages/monadlib/monadlib.0.1/opam

Lines changed: 3 additions & 1 deletion
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,7 +16,8 @@ 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 {
2123
src: "https://github.com/ocaml/opam-source-archives/raw/main/monadlib-0.1.tar.gz"

packages/monadlib/monadlib.0.2/opam

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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"
2425
flags: light-uninstall
2526
url {
2627
src: "https://github.com/ocaml/opam-source-archives/raw/main/monadlib-0.2.tar.gz"

0 commit comments

Comments
 (0)