this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "A small monads library"
4description: "A small monads library"
5maintainer: ["Mauro Bringolf <mauro@bringolf.com>"]
6authors: ["Mauro Bringolf <mauro@bringolf.com>"]
7license: "MIT"
8homepage: "https://maurobringolf.ch/mnd"
9doc: "https://maurobringolf.ch/mnd"
10bug-reports: "https://github.com/maurobringolf/mnd/issues"
11depends: [
12 "dune" {>= "3.0"}
13 "ocaml" {>= "4.08.0"}
14 "odoc" {with-doc}
15 "alcotest" {with-test}
16 "bisect_ppx" {with-test}
17]
18build: [
19 ["dune" "subst"] {dev}
20 [
21 "dune"
22 "build"
23 "-p"
24 name
25 "-j"
26 jobs
27 "@install"
28 "@runtest" {with-test}
29 "@doc" {with-doc}
30 ]
31]
32dev-repo: "git+https://github.com/maurobringolf/mnd.git"
33url {
34 src: "https://github.com/maurobringolf/mnd/archive/1.1.0.tar.gz"
35 checksum: [
36 "md5=af10f06c9efd223431f8c4a42aeb80c7"
37 "sha512=5033d59e56877d85ec7225101d2d8c5cba9fa056225cffab26c8e3d2ae50e4fc8fba679397a5e620caff4174cbaeae14163ddc9e7abab36a018f1f04fa0dd30c"
38 ]
39}