this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Petrol's an OCaml SQL API made to go FAST" 4description: 5 "Petrol is an typed embedding of SQL into OCaml integrated with Caqti and support for versioning." 6maintainer: ["gopiandcode"] 7authors: ["gopiandcode"] 8license: "LGPL-3.0-or-later" 9tags: ["sql"] 10homepage: "https://github.com/gopiandcode/petrol" 11bug-reports: "https://github.com/gopiandcode/petrol/issues" 12dev-repo: "git+https://github.com/Gopiandcode/petrol.git" 13depends: [ 14 "ocaml" {>= "4.12"} 15 "dune" {>= "3.3" & >= "3.3"} 16 "lwt" {>= "5.5"} 17 "caqti" {>= "1.8.0"} 18 "caqti-lwt" {>= "1.8.0"} 19 "caqti-driver-sqlite3" {with-test & >= "1.8.0"} 20 "caqti-driver-postgresql" {with-test & >= "1.8.0"} 21 "odoc" {with-doc} 22] 23build: [ 24 ["dune" "subst"] {dev} 25 [ 26 "dune" 27 "build" 28 "-p" 29 name 30 "-j" 31 jobs 32 "@install" 33 "@runtest" {with-test} 34 "@doc" {with-doc} 35 ] 36] 37url { 38 src: "https://github.com/Gopiandcode/petrol/archive/refs/tags/1.2.3.tar.gz" 39 checksum: [ 40 "md5=987615f37ac306610a8e2e0caf047fca" 41 "sha512=7cd8fb6748229672a4d3766a3b011347851841c2389026baa3ea460fc630415ff768dc85784373c44408e420762a2734b22fe22eb709232253a9d413e767ba35" 42 ] 43}