this repo has no description
1opam-version: "2.0" 2synopsis: "Simple http server" 3description: "Simple http server built on httpaf and lwt" 4maintainer: "Shawn McGinty <loltempast@gmail.com>" 5authors: [ "Shawn McGinty <loltempast@gmail.com>" ] 6license: "MIT" 7homepage: "https://github.com/shawn-mcginty/naboris" 8bug-reports: "https://github.com/shawn-mcginty/naboris/issues" 9dev-repo: "git+https://github.com/shawn-mcginty/naboris.git" 10build: [ 11 ["dune" "subst"] {dev} 12 ["dune" "build" "-p" name "-j" jobs] 13] 14depends: [ 15 "ocaml" {>= "4.05.0"} 16 "dune" {>= "1.6"} 17 "reason" {>= "3.4.0"} 18 "httpaf" {>= "0.6.0"} 19 "httpaf-lwt-unix" {>= "0.6.0"} 20 "lwt" {>= "4.2.1"} 21 "uri" {>= "2.2.0"} 22 "re" 23] 24url { 25 src: "https://github.com/shawn-mcginty/naboris/archive/0.1.0.tar.gz" 26 checksum: [ 27 "md5=28e6b49e0dbc0b6ff988babcb79f6e68" 28 "sha512=db4b65483de06b1bdab2740be878a8a4fc356490fae19af4e433f18df0872169842f5241aee0cb339bebf6dce129b72ff7e0d28fff8bdfeb542f2680cacb18e5" 29 ] 30}