opam-version: "2.0"
maintainer: "Christophe Troestler <Christophe.Troestler@umons.ac.be>"
authors: [ "Christophe Troestler <Christophe.Troestler@umons.ac.be>" ]
tags: ["lpd" "print"]
license: "LGPL-3.0-only with OCaml-LGPL-linking-exception"
homepage: "https://github.com/Chris00/lpd"
dev-repo: "git+https://github.com/Chris00/lpd.git"
bug-reports: "https://github.com/Chris00/lpd/issues"
doc: "https://Chris00.github.io/lpd/doc"
build: [
  [ "dune" "subst" ] {pinned}
  [ "dune" "build" "-p" name "-j" jobs ]
]
depends: [
  "ocaml"
  "dune"
  "base-bytes"
  "base-unix"
]
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."""
url {
  src: "https://github.com/Chris00/lpd/releases/download/1.2.2/lpd-1.2.2.tbz"
  checksum: "md5=e0ce4ad3d6d2c9b2e548e38da4d79bd2"
}
