File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed
packages/ledit/ledit.2.08 Expand file tree Collapse file tree 1 file changed +32
-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+ install: [
18+ ["cp" "ledit.out" "%{bin}%/ledit"]
19+ ]
20+ remove: [
21+ ["rm" "%{bin}%/ledit"]
22+ ]
23+ synopsis: "Line editor, a la rlwrap"
24+ description: """
25+ One-line editor written in OCaml. It provides line editing for the
26+ Caml toplevels, as well as other interactive Unix commands."""
27+ url {
28+ src: "https://github.com/chetmurthy/ledit/archive/refs/tags/2.08.tar.gz"
29+ checksum: [
30+ "sha512=971c50913af9c53cfa0fadb9bf1acce80e7354470e504f7cf00c9fbb405f7d82be61e090d1370a1cce7e1daa46b5ab41d11c9b2c9787bbd3c3e5b8b094c6b21a"
31+ ]
32+ }
You can’t perform that action at this time.
0 commit comments