Skip to content

Commit a937a5e

Browse files
authored
Merge pull request ocaml#23519 from hummy123/release-piece_rope-0.9.0
[new release] piece_rope (0.9.0)
2 parents f70f7fb + 30a84d6 commit a937a5e

File tree

1 file changed

+42
-0
lines changed
  • packages/piece_rope/piece_rope.0.9.0

1 file changed

+42
-0
lines changed
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
opam-version: "2.0"
2+
synopsis: "A data structure for efficiently manipulating strings"
3+
description:
4+
"Supports UTF-8, UTF-16 and UTF-32 for interacting with external systems. Provides extensibility points for you to implement domain-specific functions. Documented and designed to be simple to use."
5+
maintainer: ["Humza Shahid"]
6+
authors: ["Humza Shahid"]
7+
license: "MIT"
8+
tags: ["text" "piece table" "piece tree" "rope" "unicode"]
9+
homepage: "https://github.com/hummy123/ocaml-piecerope"
10+
bug-reports: "https://github.com/hummy123/ocaml-piecerope/issues"
11+
depends: [
12+
"ocaml" {>= "4.13.0"}
13+
"dune" {>= "3.6"}
14+
"atdgen" {>= "2.11.0"}
15+
"yojson" {>= "2.0.2"}
16+
"alcotest" {>= "1.7.0"}
17+
"odoc" {with-doc}
18+
]
19+
build: [
20+
["dune" "subst"] {dev}
21+
[
22+
"dune"
23+
"build"
24+
"-p"
25+
name
26+
"-j"
27+
jobs
28+
"@install"
29+
"@runtest" {with-test}
30+
"@doc" {with-doc}
31+
]
32+
]
33+
dev-repo: "git+https://github.com/hummy123/ocaml-piecerope.git"
34+
url {
35+
src:
36+
"https://github.com/hummy123/ocaml-piecerope/releases/download/0.9.0/piece_rope-0.9.0.tbz"
37+
checksum: [
38+
"sha256=4d190b56d1b7a88ce4da6d7433b3ab0bc5589e5813c8b1da29e4d259759e2e1f"
39+
"sha512=830828e0e32a3d99b7ee2a4422c542ecb057723b5fd78bb43e66c48ada8cefbe4db070e5179c4edd850ddde474134a0e5df6e5cae2aabdd0892676679dc20106"
40+
]
41+
}
42+
x-commit-hash: "e6360a86aa44fe42aefc19ceefc7bbc2e642b690"

0 commit comments

Comments
 (0)