this repo has no description
1opam-version: "2.0" 2synopsis: "Contains HTTP server implementations as Sihl service" 3description: 4 "Use this package to implement run your HTTP routers on a HTTP server." 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 "containers" {>= "2.7"} 15 "sihl-contract" {= version} 16 "opium" {>= "0.19.0"} 17 "multipart-form-data" {>= "0.3.0"} 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: "f92911d6cf09616bdde0ce321bce1baf9a08bdaf" 36url { 37 src: 38 "https://github.com/oxidizing/sihl/releases/download/0.2.1/sihl-0.2.1.tbz" 39 checksum: [ 40 "sha256=b47b808350dbc1776452398b34e8205eb1f37c152befa47e3547edcf2df2c5bd" 41 "sha512=38c989c8e3afdffde07bc41e121c3db2a2f054d30e78dffd31e6fff5abaac38d8a46b27d4e9e645af8373ab9c744ddb7902178026ae75df8203b9a69f22ec1b2" 42 ] 43}