File tree Expand file tree Collapse file tree 1 file changed +43
-0
lines changed
packages/petrol/petrol.1.2.0 Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Original file line number Diff line number Diff line change 1+ # This file is generated by dune, edit dune-project instead
2+ opam-version: "2.0"
3+ synopsis: "Petrol's an OCaml SQL API made to go FAST"
4+ description:
5+ "Petrol is an typed embedding of SQL into OCaml integrated with Caqti and support for versioning."
6+ maintainer: ["gopiandcode"]
7+ authors: ["gopiandcode"]
8+ license: "LGPL-3.0-or-later"
9+ tags: ["sql"]
10+ homepage: "https://github.com/gopiandcode/petrol"
11+ bug-reports: "https://github.com/gopiandcode/petrol/issues"
12+ dev-repo: "git+https://github.com/Gopiandcode/petrol.git"
13+ depends: [
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+ ]
23+ build: [
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+ ]
37+ url {
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+ }
You can’t perform that action at this time.
0 commit comments