this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "SQLite3 convenience functions with types from Yojson"
4description: "Easily execute queries and bind variables then map results to yojson types"
5maintainer: ["s@finalclass.net"]
6authors: ["Szymon Wygnański"]
7license: "MIT"
8tags: ["sqlite3" "sqlite" "database"]
9homepage: "https://github.com/finalclass/yosqlite"
10doc: "https://github.com/finalclass/yosqlite"
11bug-reports: "https://github.com/finalclass/yosqlite/issues"
12depends: [
13 "ocaml"
14 "dune" {>= "3.16"}
15 "sqlite3" {= "5.1.0"}
16 "base" {= "v0.17.1"}
17 "yojson" {= "2.2.2"}
18 "ppx_inline_test" {= "v0.17.0"}
19 "ppx_deriving_yojson" {= "3.8.0"}
20 "odoc" {with-doc}
21]
22build: [
23 ["dune" "subst"] {dev}
24 [
25 "dune"
26 "build"
27 "-p"
28 name
29 "-j"
30 jobs
31 "@install"
32 "@runtest" {with-test}
33 "@doc" {with-doc}
34 ]
35]
36dev-repo: "git+https://github.com/finalclass/yosqlite.git"
37url {
38 src: "https://github.com/finalclass/yosqlite/archive/refs/tags/0.1.tar.gz"
39 checksum: [
40 "md5=46597dd6ef399c85f8ee224333bcccc8"
41 "sha512=d6c4956184bda1413e0ee8569711f0fca6f38816d7dc048260d353c661808b440fc4be8b1dfe55a455d814622ffb513f0fb278b6bf02e26d375f19a3e54d131b"
42 ]
43}