Skip to content

Commit ad80207

Browse files
committed
Package linenoise.1.3.0
1 parent 686c5f5 commit ad80207

File tree

1 file changed

+24
-0
lines changed
  • packages/linenoise/linenoise.1.3.0

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
opam-version: "2.0"
2+
synopsis: "Lightweight readline alternative"
3+
maintainer: "Simon Cruanes"
4+
authors: ["Edgar Aroutiounian <[email protected]>" "Simon Cruanes"]
5+
license: "BSD-3-clause"
6+
homepage: "https://github.com/ocaml-community/ocaml-linenoise"
7+
bug-reports: "https://github.com/ocaml-community/ocaml-linenoise/issues"
8+
depends: [
9+
"dune" {build}
10+
"result"
11+
]
12+
build: [
13+
["dune" "build" "@install" "-p" name]
14+
["dune" "runtest" "-p" name] {with-test}
15+
]
16+
dev-repo: "git+https://github.com/ocaml-community/ocaml-linenoise.git"
17+
url {
18+
src:
19+
"https://github.com/ocaml-community/ocaml-linenoise/archive/v1.3.0.tar.gz"
20+
checksum: [
21+
"md5=867d1b62c2e6705c665f1e2e9199a6e0"
22+
"sha512=c1f2d8aaf9ad72a24d9a3efdaef75e191975984517ddd9265c3fa76c8d3a7d51acf65cd6be0f35601d66dd1a9506799d9e803bb796170c03e02a94934283213e"
23+
]
24+
}

0 commit comments

Comments
 (0)