Skip to content

Commit

Permalink
Merge pull request ocaml#21672 from maurobringolf/opam-publish-mnd.1.0.0
Browse files Browse the repository at this point in the history
[new release] Package mnd.1.0.0
  • Loading branch information
kit-ty-kate authored Jun 28, 2022
2 parents c78f08d + fd6db72 commit 1178c55
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions packages/mnd/mnd.1.0.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "A small monads library"
description: "A small monads library"
maintainer: ["Mauro Bringolf <[email protected]>"]
authors: ["Mauro Bringolf <[email protected]>"]
license: "MIT"
homepage: "https://maurobringolf.ch/mnd"
doc: "https://maurobringolf.ch/mnd"
bug-reports: "https://github.com/maurobringolf/mnd/issues"
depends: [
"dune" {>= "3.0"}
"ocaml" {>= "4.08.0"}
"odoc" {with-doc}
"alcotest" {with-test}
"bisect_ppx" {with-test}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/maurobringolf/mnd.git"
url {
src: "https://github.com/maurobringolf/mnd/archive/1.0.0.tar.gz"
checksum: [
"md5=cd3e2d05a385700b6072c81123c44292"
"sha512=6e979beecc8968c194bc3c92403fcefdabb96108a06f08ff1c60a51be936c3078174df96efcbfa5f45a25cd7e406dd7420254502c3420bcb876f637a85cd9ede"
]
}

0 comments on commit 1178c55

Please sign in to comment.