opam-version: "2.0"
authors: "Daniel de Rauglaudre"
homepage:"http://pauillac.inria.fr/~ddr/ledit/"
maintainer: "Pierre Boutillier <pierre.boutillier@laposte.net>"
bug-reports: "https://github.com/chetmurthy/ledit/issues"
dev-repo: "git+https://github.com/chetmurthy/ledit.git"

build: [ make "all" ]
depends: [
  "ocaml" {>= "4.03.0"}
  "camlp5" {> "7.99"}
]
synopsis: "Line editor, a la rlwrap"
description: """
One-line editor written in OCaml. It provides line editing for the
Caml toplevels, as well as other interactive Unix commands."""
extra-files: ["ledit.install" "md5=6d2953bf016b55439a707382d368c4ce"]
url {
  src: "https://github.com/chetmurthy/ledit/archive/ledit-2-05.tar.gz"
  checksum: "md5=44a5892905ae45b2e7b40b29ac904405"
}
