this repo has no description
1opam-version: "2.0" 2synopsis: "Sihl services to deal with data persistence" 3description: 4 "Modules for database pools, transactions, migrations and integration tests involving the database layer." 5maintainer: ["josef@oxidizing.io"] 6authors: ["Josef Erben" "Aron Erben" "Miko Nieminen"] 7license: "MIT" 8homepage: "https://github.com/oxidizing/sihl" 9doc: "https://oxidizing.github.io/sihl/" 10bug-reports: "https://github.com/oxidizing/sihl/issues" 11depends: [ 12 "dune" {>= "2.7"} 13 "ocaml" {>= "4.08.0"} 14 "sihl-facade" {= version} 15 "caqti" {>= "1.2.1" & < "2.0.0~"} 16 "caqti-lwt" {>= "1.2.0" & < "2.0.0~"} 17 "alcotest-lwt" {>= "1.2.0" & < "3.0.0" & with-test} 18 "odoc" {with-doc} 19] 20build: [ 21 ["dune" "subst"] {dev} 22 [ 23 "dune" 24 "build" 25 "-p" 26 name 27 "-j" 28 jobs 29 "@install" 30 "@runtest" {with-test} 31 "@doc" {with-doc} 32 ] 33] 34dev-repo: "git+https://github.com/oxidizing/sihl.git" 35x-commit-hash: "da140e6b902092d13e2ab6cf9a6e6ecf5b49ccb7" 36url { 37 src: 38 "https://github.com/oxidizing/sihl/releases/download/0.3.0-rc1/sihl-0.3.0-rc1.tbz" 39 checksum: [ 40 "sha256=ebfeaa62fe4498e6de03d7e6577e10c143d6148a10a6a47b98e032f3dcc70ddc" 41 "sha512=e1d80894a4a5a2d99036f6dc0fbd60686a105509fb5b743d5dfa70f4ce76a2ffeac6419bcc1b0da56a631f592497262551a44ec4a004c81809bc08d156008061" 42 ] 43}