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.3.0/lemonade-0.3.0.tar.xz" 37 checksum: [ 38 "sha256=904d7e7595c98e94e1fb1c5188205d96a37dba0a745ae4f9d4c9c5c59aa9988b" 39 "md5=61e3bec52b6ff865178f09bce6b4f8df" 40 ] 41}