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.0.0.tar.gz"
35 checksum: [
36 "md5=cd3e2d05a385700b6072c81123c44292"
37 "sha512=6e979beecc8968c194bc3c92403fcefdabb96108a06f08ff1c60a51be936c3078174df96efcbfa5f45a25cd7e406dd7420254502c3420bcb876f637a85cd9ede"
38 ]
39}