this repo has no description
1opam-version: "2.0" 2synopsis: "SQLite query support" 3description: "Use this package for running SQLite queries." 4maintainer: ["Yawar Amin <yawar.amin@gmail.com>"] 5authors: ["Yawar Amin <yawar.amin@gmail.com>"] 6license: "GPL-3.0-or-later" 7tags: ["org:yawaramin"] 8homepage: "https://github.com/yawaramin/fun-sql" 9doc: "https://yawaramin.github.io/fun-sql/fun-sqlite/Fun_sqlite/" 10bug-reports: "https://github.com/yawaramin/fun-sql/issues" 11depends: [ 12 "dune" {>= "2.7"} 13 "fun-sql" {= version} 14 "sqlite3" {>= "5.1.0" & < "6.0.0"} 15 "odoc" {with-doc} 16] 17build: [ 18 ["dune" "subst"] {dev} 19 [ 20 "dune" 21 "build" 22 "-p" 23 name 24 "-j" 25 jobs 26 "@install" 27 "@runtest" {with-test} 28 "@doc" {with-doc} 29 ] 30] 31dev-repo: "git+https://github.com/yawaramin/fun-sql.git" 32url { 33 src: 34 "https://github.com/yawaramin/fun-sql/releases/download/v0.2.3/fun-sql-0.2.3.tbz" 35 checksum: [ 36 "sha256=9403585482c0327877d89a0640f7f8163ae708d2b8031d4d39e067d744bb7528" 37 "sha512=cc1871892ce7900c8b88413e0d3f1c692521d098b4ac3dd42dc3018c6321fe3f9bf2a3ef999397974eee75f3441737d5241b958e117fb4461bc69efc2bd8a876" 38 ] 39} 40x-commit-hash: "4b7e05759f12e4b4ae919b93f417700e0f000359"