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" {>= "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] 24build: [ 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] 38dev-repo: "git+https://github.com/tmattio/omigrate.git" 39url { 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} 47x-commit-hash: "e02f097f943f913bc67f267fc5881b35f26a7254"