this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #22371 from maiste/release-omigrate-0.3.1

[new release] omigrate (0.3.1)

authored by

Marcello Seri and committed by
GitHub
b3eb6b65 09f2ff80

+47
+47
packages/omigrate/omigrate.0.3.1/opam
··· 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" {>= "0.9.0"} 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.1/omigrate-0.3.1.tbz" 42 + checksum: [ 43 + "sha256=53dc2e0c0b0426c7ae795b0ad1f2ce8055c723aa0a4957939958df028c11075c" 44 + "sha512=aab0ea16aa41d85461987645a2ddb3607391063aa2b4ca9f4da73563062a9acffc9fd43f013b1a520b6dff3c76a09ac48a5e922b297328099580caab05ac69aa" 45 + ] 46 + } 47 + x-commit-hash: "e02f097f943f913bc67f267fc5881b35f26a7254"