this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Package yosqlite.0.2

+43
+43
packages/yosqlite/yosqlite.0.2/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Simple Sqlite3. Yojson+Sqlite3 amalgamation" 4 + description: "Convenience functions for working with Sqlite3 library" 5 + maintainer: ["Szymon Wygnański"] 6 + authors: ["Szymon Wygnański"] 7 + license: "MIT" 8 + tags: ["sqlite3" "sqlite" "database"] 9 + homepage: "https://github.com/finalclass/yosqlite" 10 + doc: "https://github.com/finalclass/yosqlite" 11 + bug-reports: "https://github.com/finalclass/yosqlite/issues" 12 + depends: [ 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 + ] 22 + build: [ 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 + ] 36 + dev-repo: "git+https://github.com/finalclass/yosqlite.git" 37 + url { 38 + src: "https://github.com/finalclass/yosqlite/archive/refs/tags/0.2.tar.gz" 39 + checksum: [ 40 + "md5=8e3343322dc89bda508a112c3c8526c0" 41 + "sha512=f507233fe8e537cf4685dde19a2df63077054ff226af536329f5bec0665061ca941e450d1f24c1ed5782f2eada599c826ed40b9fa6cfa28b0a21da9b9977bee8" 42 + ] 43 + }