opam-version: "2.0" maintainer: "michipili@gmail.com" authors: "Michael Grünewald" license: "CeCILL-B" homepage: "https://github.com/michipili/lemonade-sqlite" bug-reports: "https://github.com/michipili/lemonade-sqlite/issues" dev-repo: "git+https://github.com/michipili/lemonade-sqlite.git" tags: [ "sql" "sqlite" "monad" ] build: [ ["./configure" "--prefix" prefix] [conf-bmake:path "-I%{bsdowl:share}%" "all"] ] install: [ [conf-bmake:path "-I%{bsdowl:share}%" "install"] ] remove: [ ["ocamlfind" "remove" "lemonade-sqlite"] ["rm" "-rf" "%{share}%/doc/lemonade-sqlite"] ] depends: [ "ocaml" "broken" {>= "0.4.2"} "bsdowl" {>= "3.0.0"} "conf-bmake" "lemonade" {>= "0.5.0"} "ocamlfind" "sqlite3" {>= "2.0.9"} ] depexts: [ ["sqlite3"] {os = "macos"} ["sqlite3"] {os-distribution = "ubuntu"} ] synopsis: "A monadic interface to sqlite" description: "WWW: https://github.com/michipili/lemonade-sqlite" flags: light-uninstall url { src: "https://github.com/michipili/lemonade-sqlite/releases/download/v0.1.0/lemonade-sqlite-0.1.0.tar.xz" checksum: [ "sha256=d70335b6cb00dfd894083e0565b2903383e45dd88bc2b8240ea214024091e99e" "md5=43d9fb773d9129610c7edd8aa961f719" ] }