this repo has no description

Package mnd.1.1.0

Changed files
+39
packages
mnd
mnd.1.1.0
+39
packages/mnd/mnd.1.1.0/opam
···
···
+
# 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 <mauro@bringolf.com>"]
+
authors: ["Mauro Bringolf <mauro@bringolf.com>"]
+
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.1.0.tar.gz"
+
checksum: [
+
"md5=af10f06c9efd223431f8c4a42aeb80c7"
+
"sha512=5033d59e56877d85ec7225101d2d8c5cba9fa056225cffab26c8e3d2ae50e4fc8fba679397a5e620caff4174cbaeae14163ddc9e7abab36a018f1f04fa0dd30c"
+
]
+
}