File: opam

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 (16 lines) | stat: -rw-r--r-- 551 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
opam-version: "2.0"
version: "0.1.6"
maintainer: "claudio.sacerdoticoen@unibo.it"
bug-reports: "https://github.com/sacerdot/ocaml-http/issues"
homepage: "https://github.com/sacerdot/ocaml-http"
authors: "Stefano Zacchiroli"
dev-repo: "git+https://github.com/sacerdot/ocaml-http.git"
build: [
  [make "all"]
  [make "opt"]
]
remove: [["ocamlfind" "remove" "http"]]
depends: ["ocaml" {>="4.03.0"} "ocamlfind" {build} "ocamlnet" "pcre"]
install: [make "install"]
synopsis: "Library freely inspired from Perl's HTTP::Daemon module"
flags: light-uninstall