File tree Expand file tree Collapse file tree 2 files changed +29
-0
lines changed
packages/ledit/ledit.2.06 Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change 1+ bin: ["ledit.out" {"ledit"}]
2+ man: ["ledit.1"]
Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ authors: "Daniel de Rauglaudre"
3+ license: "BSD-3-Clause"
4+ homepage:"http://pauillac.inria.fr/~ddr/ledit/"
5+ maintainer: "Pierre Boutillier <
[email protected] >"
6+ bug-reports: "https://github.com/chetmurthy/ledit/issues"
7+ dev-repo: "git+https://github.com/chetmurthy/ledit.git"
8+
9+ build: [ make "all" ]
10+ depends: [
11+ "ocaml" {>= "4.03.0"}
12+ "camlp5" {> "7.99"}
13+ "camlp-streams"
14+ "ocamlfind"
15+ ]
16+ conflicts: [
17+ "ocaml-option-bytecode-only"
18+ ]
19+ synopsis: "Line editor, a la rlwrap"
20+ description: """
21+ One-line editor written in OCaml. It provides line editing for the
22+ Caml toplevels, as well as other interactive Unix commands."""
23+ extra-files: ["ledit.install" "md5=6d2953bf016b55439a707382d368c4ce"]
24+ url {
25+ src: "https://github.com/chetmurthy/ledit/archive/refs/tags/ledit-2-06.tar.gz"
26+ checksum: "sha512=d82f89e329fc13262266c8d606bf4bc14d6d1a785d05e4d53fe169e07a8b0ab563d8d41c95eed0a3235d6795a5300b954a343c6e326bf04fa2eea50686a6aa89"
27+ }
You can’t perform that action at this time.
0 commit comments