Skip to content

Commit cf409d9

Browse files
authored
Merge pull request ocaml#27869 from chetmurthy/release-ledit-2.07
release ledit with fixup for finding camlp-streams
2 parents 80e4de0 + 463c96b commit cf409d9

File tree

1 file changed

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

1 file changed

+26
-0
lines changed

packages/ledit/ledit.2.07/opam

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

0 commit comments

Comments
 (0)