this repo has no description
1opam-version: "2.0"
2authors: "Daniel de Rauglaudre"
3license: "BSD-3-Clause"
4homepage:"http://pauillac.inria.fr/~ddr/ledit/"
5maintainer: "Pierre Boutillier <pierre.boutillier@laposte.net>"
6bug-reports: "https://github.com/chetmurthy/ledit/issues"
7dev-repo: "git+https://github.com/chetmurthy/ledit.git"
8
9build: [ make "all" ]
10depends: [
11 "ocaml" {>= "4.03.0"}
12 "camlp5" {> "7.99"}
13 "camlp-streams"
14 "ocamlfind"
15]
16conflicts: [
17 "ocaml-option-bytecode-only"
18]
19synopsis: "Line editor, a la rlwrap"
20description: """
21One-line editor written in OCaml. It provides line editing for the
22Caml toplevels, as well as other interactive Unix commands."""
23url {
24 src: "https://github.com/chetmurthy/ledit/archive/refs/tags/ledit-2-06.tar.gz"
25 checksum: "sha512=d82f89e329fc13262266c8d606bf4bc14d6d1a785d05e4d53fe169e07a8b0ab563d8d41c95eed0a3235d6795a5300b954a343c6e326bf04fa2eea50686a6aa89"
26}
27extra-source "ledit.install" {
28 src:
29 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ledit/ledit.install.2.06"
30 checksum: [
31 "sha256=6895e6725090d894567c02b807d946f79b6a95dc12a84b87d2ed0b6d6556f86e"
32 "md5=6d2953bf016b55439a707382d368c4ce"
33 ]
34}