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.5.0/lemonade-0.5.0.tar.xz" 39 checksum: [ 40 "sha256=f2667dc6e9564cf456908ef63b2819c397caf4ca713ce56246b7c334456291ef" 41 "md5=c6e6fcad72f6be446d443b9207abc976" 42 ] 43}