File tree Expand file tree Collapse file tree 1 file changed +48
-0
lines changed
packages/omigrate/omigrate.0.3.2 Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Database migrations for Reason and OCaml"
3+ description: "Database migrations for Reason and OCaml"
4+ maintainer: ["Thibaut Mattio"]
5+ authors: ["Thibaut Mattio"]
6+ license: "MIT"
7+ homepage: "https://github.com/tmattio/omigrate"
8+ doc: "https://tmattio.github.io/omigrate/"
9+ bug-reports: "https://github.com/tmattio/omigrate/issues"
10+ depends: [
11+ "dune" {>= "3.0"}
12+ "ocaml" {>= "4.08.0"}
13+ "result" {>= "1.5"}
14+ "lwt" {>= "5.3.0"}
15+ "fmt" {>= "0.9.0"}
16+ "uri"
17+ "cmdliner" {>= "1.1.0"}
18+ "logs"
19+ "fmt"
20+ "pgx"
21+ "pgx_lwt_unix"
22+ "sqlite3" {>= "5.0.1"}
23+ "odoc" {with-doc}
24+ ]
25+ build: [
26+ ["dune" "subst"] {dev}
27+ [
28+ "dune"
29+ "build"
30+ "-p"
31+ name
32+ "-j"
33+ jobs
34+ "@install"
35+ "@runtest" {with-test}
36+ "@doc" {with-doc}
37+ ]
38+ ]
39+ dev-repo: "git+https://github.com/tmattio/omigrate.git"
40+ url {
41+ src:
42+ "https://github.com/tmattio/omigrate/releases/download/0.3.2/omigrate-0.3.2.tbz"
43+ checksum: [
44+ "sha256=7df11359cb7175891a6776d552ef12641d54f330ab187e913f15166970ef46bf"
45+ "sha512=83599cf881ffc26027dad200dad1156cc8d220b6f45ad23b758f4eaea6e21359ec2517d753f5facabf682b10f284341bdbdec121563b7096a94a110ce1933b47"
46+ ]
47+ }
48+ x-commit-hash: "ecaca7c04cb9c9d9ebcbb621c64194506826a8ad"
You can’t perform that action at this time.
0 commit comments