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.4.tar.gz" 26 checksum: [ 27 "md5=277d21ee5f9c2361505baf3135b46750" 28 "sha512=5aacf576ffddc5364432cfb06ca802921a8cc105c0e1fd06653c31a83b4a5a0c4355339813635a348d53a4432b81987ad3ee14c0f943143e38654a08f5e0fee3" 29 ] 30}