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" {>= "2.0"} "ocaml" {>= "4.08.0"} "result" {>= "1.5"} "lwt" {>= "5.3.0"} "uri" "cmdliner" {>= "1.1.0"} "logs" "fmt" {>= "0.9.0"} "pgx" "pgx_lwt_unix" "sqlite3" {>= "5.0.1"} ] 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.0/omigrate-0.3.0.tbz" checksum: [ "sha256=b9ab8bcb23153797057635dabb45492694ff9ccea2bf16e7569d6c926eacf98d" "sha512=ab555df902120771507c66bbae317f89fcf31836697213fe5c09d8bdf1596128902f04b7b1017c4d9f9645ec0a0643b18c8608e580ceabdd96ad73146249cfb9" ] } x-commit-hash: "287d249fdcc0f6ed00d2ee43b3bc0bc6ee1a9e1a"