Skip to content

Commit 6b461b5

Browse files
committed
release ledit with fixup for finding camlp-streams
1 parent 0e19c27 commit 6b461b5

File tree

1 file changed

+24
-0
lines changed
  • packages/ledit/ledit.2.07

1 file changed

+24
-0
lines changed

packages/ledit/ledit.2.07/opam

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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+
}

0 commit comments

Comments
 (0)