this repo has no description
1opam-version: "2.0" 2synopsis: "Interface to camlzip for tiny_httpd" 3maintainer: ["c-cube"] 4authors: ["c-cube"] 5license: "MIT" 6homepage: "https://github.com/c-cube/tiny_httpd/" 7bug-reports: "https://github.com/c-cube/tiny_httpd/issues" 8depends: [ 9 "dune" {>= "2.9"} 10 "tiny_httpd" {= version} 11 "camlzip" {>= "1.06"} 12 "logs" {with-test} 13 "odoc" {with-doc} 14] 15build: [ 16 ["dune" "subst"] {dev} 17 [ 18 "dune" 19 "build" 20 "-p" 21 name 22 "-j" 23 jobs 24 "--promote-install-files=false" 25 "@install" 26 "@runtest" {with-test} 27 "@doc" {with-doc} 28 ] 29 ["dune" "install" "-p" name "--create-install-files" name] 30] 31dev-repo: "git+https://github.com/c-cube/tiny_httpd.git" 32url { 33 src: 34 "https://github.com/c-cube/tiny_httpd/releases/download/v0.16/tiny_httpd-0.16.tbz" 35 checksum: [ 36 "sha256=eac8a3ca6e8cd463817e0c62c2cc8181b8ef705a97a7ac6afbbdceae30b42b54" 37 "sha512=e0ae94038b7d8f470133005437a1d2a620274fe13f15ce5521817751ae2603c1ed6f635a32a4b3a4ce4d9718f6d53cad6dfafa467a7b7554c86735a82fa1db25" 38 ] 39} 40x-commit-hash: "ce00f7a0277c4852fab107c3c9ed65738bdc45a1"