this repo has no description
1opam-version: "2.0"
2maintainer: "michipili@gmail.com"
3authors: "Michael Grünewald"
4license: "CeCILL-B"
5homepage: "https://github.com/michipili/lemonade"
6bug-reports: "https://github.com/michipili/lemonade/issues"
7dev-repo: "git+https://github.com/michipili/lemonade.git"
8tags: [
9 "pattern"
10 "monad"
11]
12build: [
13 ["./configure"
14 "--prefix" prefix
15 "--%{ppx_tools:enable}%-ppx-rewriter"]
16 [conf-bmake:path "-I%{bsdowl:share}%" "all"]
17]
18install: [
19 [conf-bmake:path "-I%{bsdowl:share}%" "install"]
20]
21remove: [
22 ["ocamlfind" "remove" "lemonade"]
23 ["rm" "-rf" "%{share}%/doc/lemonade"]
24]
25depends: [
26 "ocaml" {>= "4.00.1"}
27 "broken" {>= "0.4.2"}
28 "bsdowl" {>= "3.0.0"}
29 "conf-bmake"
30 "mixture" {>= "1.0.0"}
31 "ocamlfind"
32]
33synopsis: "A monad library with bubbles"
34description: "WWW: https://github.com/michipili/lemonade"
35flags: light-uninstall
36url {
37 src:
38 "https://github.com/michipili/lemonade/releases/download/v0.4.0/lemonade-0.4.0.tar.xz"
39 checksum: [
40 "sha256=7360fad2209d5767108f7636711bf41551e962abb67b3575c01c19810615e0a8"
41 "md5=b626960c77f8e9fde0ccac0aab34a10d"
42 ]
43}