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 "fmt" {>= "0.9.0"} 16 "uri" 17 "cmdliner" {>= "1.1.0"} 18 "logs" 19 "fmt" 20 "pgx" 21 "pgx_lwt_unix" 22 "sqlite3" {>= "5.0.1"} 23 "odoc" {with-doc} 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.3.2/omigrate-0.3.2.tbz" 43 checksum: [ 44 "sha256=7df11359cb7175891a6776d552ef12641d54f330ab187e913f15166970ef46bf" 45 "sha512=83599cf881ffc26027dad200dad1156cc8d220b6f45ad23b758f4eaea6e21359ec2517d753f5facabf682b10f284341bdbdec121563b7096a94a110ce1933b47" 46 ] 47} 48x-commit-hash: "ecaca7c04cb9c9d9ebcbb621c64194506826a8ad"