this repo has no description
1opam-version: "2.0" 2synopsis: "Simple http server" 3description: "Simple http server built using 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.03.0"} 16 "dune" 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.0.2.tar.gz" 26 checksum: [ 27 "md5=81a55be70dbc2f87db83364cf872cd3a" 28 "sha512=b96a4fec24d7e2b08843b09dd5b52195335d029568ecdfdd19c10221fb7f7dae6b467d9d342e5e8b16490a4e20778f0837bde4bb73ffb8fc8a1f6feead80b1de" 29 ] 30}