File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed
packages/ledit/ledit.2.06 Expand file tree Collapse file tree 2 files changed +24
-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+ homepage:"http://pauillac.inria.fr/~ddr/ledit/"
4+ maintainer: "Pierre Boutillier <
[email protected] >"
5+ bug-reports: "https://github.com/chetmurthy/ledit/issues"
6+ dev-repo: "git+https://github.com/chetmurthy/ledit.git"
7+
8+ build: [ make "all" ]
9+ depends: [
10+ "ocaml" {>= "4.03.0"}
11+ "camlp5" {> "7.99"}
12+ "camlp-streams"
13+ ]
14+ synopsis: "Line editor, a la rlwrap"
15+ description: """
16+ One-line editor written in OCaml. It provides line editing for the
17+ Caml toplevels, as well as other interactive Unix commands."""
18+ extra-files: ["ledit.install" "md5=6d2953bf016b55439a707382d368c4ce"]
19+ url {
20+ src: "https://github.com/chetmurthy/ledit/archive/refs/tags/ledit-2-06.tar.gz"
21+ checksum: "sha512=ecfdbfff970b3bdcea9afcce6ba78cd8f791ab7d1ba02ad6d7310ebabf3615799b110aa6f7650a5a9a3bb971b6b93545fcd63b7e333c4706792d650072366570"
22+ }
You can’t perform that action at this time.
0 commit comments