File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
packages/ledit/ledit.2.07 Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 1+
2+ opam-version: "2.0"
3+ authors: "Daniel de Rauglaudre"
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+ synopsis: "Line editor, a la rlwrap"
17+ description: """
18+ One-line editor written in OCaml. It provides line editing for the
19+ Caml toplevels, as well as other interactive Unix commands."""
20+ extra-files: ["ledit.install" "md5=6d2953bf016b55439a707382d368c4ce"]
21+ url {
22+ src: "http://pauillac.inria.fr/~ddr/ledit/distrib/src/ledit-2.04.tgz"
23+ checksum: "md5=96ac3200b2a57591776e2d8840846186"
24+ }
You can’t perform that action at this time.
0 commit comments