this repo has no description

Merge pull request #22506 from maiste/release-omigrate-0.3.2

[new release] omigrate (0.3.2)

Kate b56e1276 cb6bff10

Changed files
+48
packages
omigrate
omigrate.0.3.2
+48
packages/omigrate/omigrate.0.3.2/opam
···
+
opam-version: "2.0"
+
synopsis: "Database migrations for Reason and OCaml"
+
description: "Database migrations for Reason and OCaml"
+
maintainer: ["Thibaut Mattio"]
+
authors: ["Thibaut Mattio"]
+
license: "MIT"
+
homepage: "https://github.com/tmattio/omigrate"
+
doc: "https://tmattio.github.io/omigrate/"
+
bug-reports: "https://github.com/tmattio/omigrate/issues"
+
depends: [
+
"dune" {>= "3.0"}
+
"ocaml" {>= "4.08.0"}
+
"result" {>= "1.5"}
+
"lwt" {>= "5.3.0"}
+
"fmt" {>= "0.9.0"}
+
"uri"
+
"cmdliner" {>= "1.1.0"}
+
"logs"
+
"fmt"
+
"pgx"
+
"pgx_lwt_unix"
+
"sqlite3" {>= "5.0.1"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/tmattio/omigrate.git"
+
url {
+
src:
+
"https://github.com/tmattio/omigrate/releases/download/0.3.2/omigrate-0.3.2.tbz"
+
checksum: [
+
"sha256=7df11359cb7175891a6776d552ef12641d54f330ab187e913f15166970ef46bf"
+
"sha512=83599cf881ffc26027dad200dad1156cc8d220b6f45ad23b758f4eaea6e21359ec2517d753f5facabf682b10f284341bdbdec121563b7096a94a110ce1933b47"
+
]
+
}
+
x-commit-hash: "ecaca7c04cb9c9d9ebcbb621c64194506826a8ad"