File tree Expand file tree Collapse file tree 1 file changed +41
-0
lines changed
packages/rich-string/rich-string.1.0.0 Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "The rich-string library provides a generic way to enrich the built-in string type with new capabilities"
3+ description: "rich-string provides a generic way to enrich the built-in string type with new capabilities."
4+ maintainer: ["lexa <
[email protected] >"]
5+ authors: ["lexa <
[email protected] >"]
6+ license: "MIT"
7+ tags: ["string" "rich" "rich string" "formatting"]
8+ homepage: "https://github.com/qexat/rich-string"
9+ doc: "https://qexat.github.io/rich-string/"
10+ bug-reports: "https://github.com/qexat/rich-string/issues"
11+ depends: [
12+ "dune" {>= "3.20"}
13+ "ocaml" {>= "5.1"}
14+ "ppx_expect" {with-test}
15+ "odoc" {with-doc}
16+ ]
17+ build: [
18+ ["dune" "subst"] {dev}
19+ [
20+ "dune"
21+ "build"
22+ "-p"
23+ name
24+ "-j"
25+ jobs
26+ "@install"
27+ "@runtest" {with-test}
28+ "@doc" {with-doc}
29+ ]
30+ ]
31+ dev-repo: "git+https://github.com/qexat/rich-string.git"
32+ x-maintenance-intent: ["(latest)"]
33+ url {
34+ src:
35+ "https://github.com/qexat/rich-string/releases/download/1.0.0/rich-string-1.0.0.tbz"
36+ checksum: [
37+ "sha256=f376e4ffc99b2991813919dc36fe3f8ac86cc48e64b062151dd97da1ae7153a0"
38+ "sha512=e5b5512cada9529a4f2415b8112a533204c83ea7ca69a4bd89201c9af04cefc0b009e7f9c4e48e00a06dfcf0dd1c62048555e452766e1bad712751da46809b69"
39+ ]
40+ }
41+ x-commit-hash: "bfbd2eae3c55aa4c1c2616134d9d83b13a41fd95"
You can’t perform that action at this time.
0 commit comments