this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Simple Sqlite3. Yojson+Sqlite3 amalgamation" 4description: "Convenience functions for working with Sqlite3 library" 5maintainer: ["Szymon Wygnański"] 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.0"} 17 "yojson" {>= "2.1.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.2.tar.gz" 39 checksum: [ 40 "md5=8e3343322dc89bda508a112c3c8526c0" 41 "sha512=f507233fe8e537cf4685dde19a2df63077054ff226af536329f5bec0665061ca941e450d1f24c1ed5782f2eada599c826ed40b9fa6cfa28b0a21da9b9977bee8" 42 ] 43}