Skip to content

Commit d560ca9

Browse files
committed
[new release] omigrate (0.3.2)
CHANGES: - Various bug fixes (tmattio/omigrate#12, tmattio/omigrate#14, @maiste)
1 parent cb6bff1 commit d560ca9

File tree

1 file changed

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

1 file changed

+47
-0
lines changed
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
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+
"uri"
16+
"cmdliner" {>= "1.1.0"}
17+
"logs"
18+
"fmt"
19+
"pgx"
20+
"pgx_lwt_unix"
21+
"sqlite3" {>= "5.0.1"}
22+
"odoc" {with-doc}
23+
]
24+
build: [
25+
["dune" "subst"] {dev}
26+
[
27+
"dune"
28+
"build"
29+
"-p"
30+
name
31+
"-j"
32+
jobs
33+
"@install"
34+
"@runtest" {with-test}
35+
"@doc" {with-doc}
36+
]
37+
]
38+
dev-repo: "git+https://github.com/tmattio/omigrate.git"
39+
url {
40+
src:
41+
"https://github.com/tmattio/omigrate/releases/download/0.3.2/omigrate-0.3.2.tbz"
42+
checksum: [
43+
"sha256=7df11359cb7175891a6776d552ef12641d54f330ab187e913f15166970ef46bf"
44+
"sha512=83599cf881ffc26027dad200dad1156cc8d220b6f45ad23b758f4eaea6e21359ec2517d753f5facabf682b10f284341bdbdec121563b7096a94a110ce1933b47"
45+
]
46+
}
47+
x-commit-hash: "ecaca7c04cb9c9d9ebcbb621c64194506826a8ad"

0 commit comments

Comments
 (0)