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