Skip to content

Commit a29fa9a

Browse files
authored
Merge pull request ocaml#28037 from chetmurthy/release-ledit-2.08
release fix for opam file (to install ledit to bindir)
2 parents e87127a + 2c50323 commit a29fa9a

File tree

1 file changed

+32
-0
lines changed
  • packages/ledit/ledit.2.08

1 file changed

+32
-0
lines changed

packages/ledit/ledit.2.08/opam

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

0 commit comments

Comments
 (0)