this repo has no description
1opam-version: "2.0" 2synopsis: "Database migrations for Reason and OCaml" 3description: "Database migrations for Reason and OCaml" 4maintainer: ["Thibaut Mattio"] 5authors: ["Thibaut Mattio"] 6license: "MIT" 7homepage: "https://github.com/tmattio/omigrate" 8doc: "https://tmattio.github.io/omigrate/" 9bug-reports: "https://github.com/tmattio/omigrate/issues" 10depends: [ 11 "dune" {>= "2.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] 23build: [ 24 ["dune" "subst"] {dev} 25 [ 26 "dune" 27 "build" 28 "-p" 29 name 30 "-j" 31 jobs 32 "@install" 33 "@runtest" {with-test} 34 "@doc" {with-doc} 35 ] 36] 37dev-repo: "git+https://github.com/tmattio/omigrate.git" 38url { 39 src: 40 "https://github.com/tmattio/omigrate/releases/download/0.3.0/omigrate-0.3.0.tbz" 41 checksum: [ 42 "sha256=b9ab8bcb23153797057635dabb45492694ff9ccea2bf16e7569d6c926eacf98d" 43 "sha512=ab555df902120771507c66bbae317f89fcf31836697213fe5c09d8bdf1596128902f04b7b1017c4d9f9645ec0a0643b18c8608e580ceabdd96ad73146249cfb9" 44 ] 45} 46x-commit-hash: "287d249fdcc0f6ed00d2ee43b3bc0bc6ee1a9e1a"