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" "--prefix" prefix] 14 [conf-bmake:path "-I%{bsdowl:share}%" "all"] 15] 16install: [ 17 [conf-bmake:path "-I%{bsdowl:share}%" "install"] 18] 19remove: [ 20 ["ocamlfind" "remove" "lemonade"] 21 ["rm" "-rf" "%{share}%/doc/lemonade"] 22] 23depends: [ 24 "ocaml" 25 "broken" {>= "0.4.2"} 26 "bsdowl" {>= "3.0.0"} 27 "conf-bmake" 28 "mixture" {= "0.2.0"} 29 "ocamlfind" 30] 31synopsis: "A monad library with bubbles" 32description: "WWW: https://github.com/michipili/lemonade" 33flags: light-uninstall 34url { 35 src: 36 "https://github.com/michipili/lemonade/releases/download/v0.2.0/lemonade-0.2.0.tar.xz" 37 checksum: [ 38 "sha256=29f7d29f65318763887df601ce76d0eca4f63a2b407324d86abe56b8f972e2b6" 39 "md5=429775bd597f48b9169d8f19abb14455" 40 ] 41}