this repo has no description

Merge pull request #24340 from Yoxem/release-stringCodepointSplitter-v0.0.2

[new release] stringCodepointSplitter (0.0.2)

Changed files
+43
packages
stringCodepointSplitter
stringCodepointSplitter.0.0.2
+43
packages/stringCodepointSplitter/stringCodepointSplitter.0.0.2/opam
···
+
opam-version: "2.0"
+
synopsis:
+
"Split a string to a list of strings of a character by the unicode codepoint"
+
description: """
+
Split a string to a list of strings of a character by the unicode codepoint.
+
It requires module Uutf."""
+
maintainer: ["Tan Kian-ting <yoxem@kianting.info>"]
+
authors: ["Tan Kian-ting <yoxem@kianting.info>"]
+
license: "MIT"
+
tags: ["string" "utf8"]
+
homepage: "https://github.com/yoxem/stringCodepointSplitter"
+
bug-reports: "https://github.com/Yoxem/stringCodepointSplitter/issues"
+
depends: [
+
"ocaml" {>= "4.07"}
+
"ocamlfind"
+
"dune" {>= "3.9"}
+
"uutf"
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/yoxem/stringCodepointSplitter.git"
+
url {
+
src:
+
"https://github.com/Yoxem/stringCodepointSplitter/releases/download/v0.0.2/stringCodepointSplitter-0.0.2.tbz"
+
checksum: [
+
"sha256=e76c17f9f74b665cd3f96ec913e4e9aefde7bc3c977ac1aa7df21d99d6788835"
+
"sha512=d50a99b78f0f21b007cc7881a311c3f64593156ef4cc88fa498c8da2715e75a5cefc008634a5dce59c3298d1203240d339732c55ce4503d44d1007a67529036b"
+
]
+
}
+
x-commit-hash: "c1611f3b55a5dfc6b54bdeb757959e701859cbba"