File: META.in

package info (click to toggle)
ocaml-http 0.1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 376 kB
  • sloc: ml: 2,112; makefile: 190
file content (8 lines) | stat: -rw-r--r-- 272 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
description = "OCaml HTTP daemon library"
version = "@DISTVERSION@"
requires = "unix,pcre,netstring"
requires(mt) = "unix,pcre,netstring,threads"
archive(byte) = "http.cma"
archive(native) = "http.cmxa"
archive(mt,byte) = "http_mt.cma"
archive(mt,native) = "http_mt.cmxa"