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-sqlite"
6bug-reports: "https://github.com/michipili/lemonade-sqlite/issues"
7dev-repo: "git+https://github.com/michipili/lemonade-sqlite.git"
8tags: [
9 "sql"
10 "sqlite"
11 "monad"
12]
13build: [
14 ["./configure" "--prefix" prefix]
15 [conf-bmake:path "-I%{bsdowl:share}%" "all"]
16]
17install: [
18 [conf-bmake:path "-I%{bsdowl:share}%" "install"]
19]
20remove: [
21 ["ocamlfind" "remove" "lemonade-sqlite"]
22 ["rm" "-rf" "%{share}%/doc/lemonade-sqlite"]
23]
24depends: [
25 "ocaml"
26 "broken" {>= "0.4.2"}
27 "bsdowl" {>= "3.0.0"}
28 "conf-bmake"
29 "lemonade" {>= "0.5.0"}
30 "ocamlfind"
31 "sqlite3" {>= "2.0.9"}
32]
33depexts: [
34 ["sqlite3"] {os = "macos"}
35 ["sqlite3"] {os-distribution = "ubuntu"}
36]
37synopsis: "A monadic interface to sqlite"
38description: "WWW: https://github.com/michipili/lemonade-sqlite"
39flags: light-uninstall
40url {
41 src:
42 "https://github.com/michipili/lemonade-sqlite/releases/download/v0.1.0/lemonade-sqlite-0.1.0.tar.xz"
43 checksum: [
44 "sha256=d70335b6cb00dfd894083e0565b2903383e45dd88bc2b8240ea214024091e99e"
45 "md5=43d9fb773d9129610c7edd8aa961f719"
46 ]
47}