this repo has no description
1opam-version: "2.0" 2synopsis: "Shared code for SQL libraries" 3description: 4 "Shared code for SQL packages, use fun-sqlite or fun-postgresql directly depending on which database you are using." 5maintainer: ["Yawar Amin <yawar.amin@gmail.com>"] 6authors: ["Yawar Amin <yawar.amin@gmail.com>"] 7license: "GPL-3.0-or-later" 8tags: ["org:yawaramin"] 9homepage: "https://github.com/yawaramin/fun-sql" 10doc: "https://yawaramin.github.io/fun-sql/fun-sql/Fun_sql/" 11bug-reports: "https://github.com/yawaramin/fun-sql/issues" 12depends: [ 13 "dune" {>= "2.7"} 14 "ocaml" {>= "4.14.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"