Skip to content

Commit 718d4b0

Browse files
authored
Merge pull request ocaml#22796 from chetmurthy/ledit-minor-changes-for-ocaml-5.0.0
minor changes for ocaml 5.0.0 compat
2 parents 7dc5c0f + 58cad5d commit 718d4b0

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
bin: ["ledit.out" {"ledit"}]
2+
man: ["ledit.1"]

packages/ledit/ledit.2.06/opam

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
opam-version: "2.0"
2+
authors: "Daniel de Rauglaudre"
3+
license: "BSD-3-Clause"
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+
conflicts: [
17+
"ocaml-option-bytecode-only"
18+
]
19+
synopsis: "Line editor, a la rlwrap"
20+
description: """
21+
One-line editor written in OCaml. It provides line editing for the
22+
Caml toplevels, as well as other interactive Unix commands."""
23+
extra-files: ["ledit.install" "md5=6d2953bf016b55439a707382d368c4ce"]
24+
url {
25+
src: "https://github.com/chetmurthy/ledit/archive/refs/tags/ledit-2-06.tar.gz"
26+
checksum: "sha512=d82f89e329fc13262266c8d606bf4bc14d6d1a785d05e4d53fe169e07a8b0ab563d8d41c95eed0a3235d6795a5300b954a343c6e326bf04fa2eea50686a6aa89"
27+
}

0 commit comments

Comments
 (0)