Skip to content

Commit b56e127

Browse files
authored
Merge pull request ocaml#22506 from maiste/release-omigrate-0.3.2
[new release] omigrate (0.3.2)
2 parents cb6bff1 + 6d3c8f7 commit b56e127

File tree

1 file changed

+48
-0
lines changed
  • packages/omigrate/omigrate.0.3.2

1 file changed

+48
-0
lines changed
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
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"

0 commit comments

Comments
 (0)