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.07"} 16 "dune" {>= "1.6"} 17 "reason" {>= "3.4.0"} 18 "httpaf" {>= "0.6.0"} 19 "httpaf-lwt-unix" {>= "0.6.0"} 20 "lwt" {>= "5.1.1"} 21 "uri" {>= "2.2.0"} 22 "re" 23] 24depopts: [ 25 "conf-libev" 26] 27url { 28 src: "https://github.com/shawn-mcginty/naboris/archive/0.1.1.tar.gz" 29 checksum: [ 30 "md5=f880806d42c05278f17c286b7e14c0b9" 31 "sha512=0e75a342b785eef92b6d099aa90a886467ad64fa24371b34ce4b430499c9afe80457cb59a5d4eed0300db789c16d5c96ff1e9d33b95a2a1698eb477ff3cb8490" 32 ] 33}