Skip to content

Commit

Permalink
small adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
Niols committed Feb 18, 2022
1 parent c541ef6 commit 036b7a0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,3 @@ test:

clean:
dune clean
rm -f test/nop/dune
rm *.opam
6 changes: 3 additions & 3 deletions dune-project
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
(lang dune 2.5)
(lang dune 2.7)

(generate_opam_files true)

(version 0.1)
(version 0.1.0)

(license LGPL-3.0-or-later)
(authors "Niols <[email protected]>")
Expand All @@ -14,4 +14,4 @@
(package
(name ppx_monad)
(synopsis "A Syntax Extension for all Monadic Syntaxes")
(depends ppxlib))
(depends (ppxlib (>= 0.9.0))))
9 changes: 5 additions & 4 deletions ppx_monad.opam
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.1"
version: "0.1.0"
synopsis: "A Syntax Extension for all Monadic Syntaxes"
maintainer: ["Niols <[email protected]>"]
authors: ["Niols <[email protected]>"]
license: "LGPL-3.0-or-later"
homepage: "https://github.com/Niols/ppx_monad"
bug-reports: "https://github.com/Niols/ppx_monad/issues"
depends: [
"dune" {>= "2.5"}
"ppxlib"
"dune" {>= "2.7"}
"ppxlib" {>= "0.9.0"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {pinned}
["dune" "subst"] {dev}
[
"dune"
"build"
Expand Down

0 comments on commit 036b7a0

Please sign in to comment.