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.2.tar.gz" 29 checksum: [ 30 "md5=ca1ecbc038f43cd52a03f1a0c0ee5964" 31 "sha512=ead6418f5f49d377a1a82154251f6ea2e3034db921def2625ce08d619dfa1088b51eceae29d7b976a22d570ea3d6a7855320ea57bec01c4adf1565cecb22a5e6" 32 ] 33}