Skip to content

Commit a34272b

Browse files
committed
minor changes for ocaml 5.0.0 compat
camlp-streams replaces Stdlib.Streams; this requires a minor build change
1 parent af5d889 commit a34272b

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-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: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
opam-version: "2.0"
2+
authors: "Daniel de Rauglaudre"
3+
homepage:"http://pauillac.inria.fr/~ddr/ledit/"
4+
maintainer: "Pierre Boutillier <[email protected]>"
5+
bug-reports: "https://github.com/chetmurthy/ledit/issues"
6+
dev-repo: "git+https://github.com/chetmurthy/ledit.git"
7+
8+
build: [ make "all" ]
9+
depends: [
10+
"ocaml" {>= "4.03.0"}
11+
"camlp5" {> "7.99"}
12+
"camlp-streams"
13+
]
14+
synopsis: "Line editor, a la rlwrap"
15+
description: """
16+
One-line editor written in OCaml. It provides line editing for the
17+
Caml toplevels, as well as other interactive Unix commands."""
18+
extra-files: ["ledit.install" "md5=6d2953bf016b55439a707382d368c4ce"]
19+
url {
20+
src: "https://github.com/chetmurthy/ledit/archive/refs/tags/ledit-2-06.tar.gz"
21+
checksum: "sha512=ecfdbfff970b3bdcea9afcce6ba78cd8f791ab7d1ba02ad6d7310ebabf3615799b110aa6f7650a5a9a3bb971b6b93545fcd63b7e333c4706792d650072366570"
22+
}

0 commit comments

Comments
 (0)