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 "ocaml" {>= "4.08.0"} 12 "dune" {>= "2.0"} 13 "odoc" {with-doc} 14 "lwt" {>= "5.3.0"} 15 "uri" 16 "cmdliner" 17 "logs" 18 "fmt" {>= "0.8.7"} 19 "pgx" 20 "pgx_lwt_unix" 21] 22conflicts: [ 23 "result" {< "1.5"} 24] 25build: [ 26 ["dune" "subst"] {dev} 27 [ 28 "dune" 29 "build" 30 "-p" 31 name 32 "-j" 33 jobs 34 "@install" 35 "@runtest" {with-test} 36 "@doc" {with-doc} 37 ] 38] 39dev-repo: "git+https://github.com/tmattio/omigrate.git" 40url { 41 src: 42 "https://github.com/tmattio/omigrate/releases/download/0.1.1/omigrate-0.1.1.tbz" 43 checksum: [ 44 "sha256=274a85d581eaccdc291a1cfa7266c8e634e65f32e1c5ac54be3094d3d64ebad2" 45 "sha512=a152330c8003b1ff0bc8c50026ed21c53690b7f935c3150e4c87a19b62c5d9540e4601731414541587ebbd467e80658b211dbf38918b359fc5626c3df7e33365" 46 ] 47} 48x-commit-hash: "5fafde8fd9204cad125aa3f92de6462f517ea9bd"