opam-version: "2.0"
maintainer: "Christophe.Troestler@umons.ac.be"
authors: ["Christophe Troestler"]
homepage: "http://lpd.forge.ocamlcore.org/"
license: "LGPL-3.0-only with OCaml-LGPL-linking-exception"
build: [
  ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
  ["ocaml" "setup.ml" "-build"]
  ["ocaml" "setup.ml" "-doc"] {with-doc}
]
remove: [["ocamlfind" "remove" "lpd"]]
depends: [
  "ocaml" {< "4.06.0"}
  "ocamlfind"
  "ocamlbuild" {build}
]
install: ["ocaml" "setup.ml" "-install"]
synopsis:
  "A Line Printer Daemon (LPD) server library written entirely in OCaml."
description: """
Lpd is a Line Printer Daemon compliant with RFC 1179 written entirely
in OCaml. It allows to define your own actions for LPD events. An
example of a spooler that prints jobs on win32 machines (through
GSPRINT) is provided."""
flags: light-uninstall
url {
  src: "https://download.ocamlcore.org/lpd/lpd/1.2/lpd-1.2.tar.gz"
  checksum: "md5=f2ee2ea7c4c8ddaacc9f69ffc72aa739"
}
