{"bugs":[],"categories":[{"categoryid":450,"name":"dev-lang","summary":"The dev-lang category contains various programming language implementations and related tools."},{"categoryid":314,"name":"dev-ml","summary":"The dev-ml category contains libraries and utilities relevant to the ML programming language."}],"changelog":[{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"6620c9ba4546e6269065a3b781e7e282258bca99","committime":"2025-10-02T06:18:42","packageid":75755,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"tupone@gentoo.org","authorname":"Alfredo Tupone","body":"Signed-off-by: Alfredo Tupone <tupone@gentoo.org>","commitid":"77030765d3b05353919aa64c9ffc806228f5109c","committime":"2025-10-02T06:01:19","packageid":75755,"repoid":1,"summary":"dev-ml\/uuseg: add 17.0.0"},{"authoremail":"tupone@gentoo.org","authorname":"Alfredo Tupone","body":"Signed-off-by: Alfredo Tupone <tupone@gentoo.org>","commitid":"e9c36a6e0b49ea4b814bce422922826dc1deaf31","committime":"2025-10-02T05:58:58","packageid":75755,"repoid":1,"summary":"dev-ml\/uuseg: drop 15.1.0"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"2e50630eae2727559b540022335aeb3816fa4ad1","committime":"2024-10-19T15:18:17","packageid":75755,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"tupone@gentoo.org","authorname":"Alfredo Tupone","body":"Signed-off-by: Alfredo Tupone <tupone@gentoo.org>","commitid":"5df6da680a03c00391df9e22ba91d72b394f3c07","committime":"2024-10-19T15:11:06","packageid":75755,"repoid":1,"summary":"dev-ml\/uuseg: add 16.0.0"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"0ce26f4f3f850c7da32e1d6411c0c5246ff26ae2","committime":"2024-07-13T12:04:03","packageid":75755,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"tupone@gentoo.org","authorname":"Alfredo Tupone","body":"Signed-off-by: Alfredo Tupone <tupone@gentoo.org>","commitid":"cfaa8dc02cf9fa7180f7943e929013499ddab35d","committime":"2024-07-13T11:45:16","packageid":75755,"repoid":1,"summary":"dev-ml\/uuseg: add 15.1.0"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"0c184b6133ffe2eed96c13785beb77af3e3979d1","committime":"2023-01-13T02:46:59","packageid":75755,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"xgqt@gentoo.org","authorname":"Maciej Barć","body":"Signed-off-by: Maciej Barć <xgqt@gentoo.org>","commitid":"21d9a81330f60607c82a1f1fb4bec846bb7208dc","committime":"2023-01-13T01:36:02","packageid":75755,"repoid":1,"summary":"dev-ml\/uuseg: new package; add 15.0.0"}],"dependencies":[{"block":false,"categoryid":450,"description":"Programming language supporting functional, imperative & object-oriented styles","ebuildids":[774670,841851,841851,877493,877493],"firstseen":"2010-05-04T00:54:45.661860","maintainer":"ml@gentoo.org","maintainername":"Gentoo ML Project","name":"ocaml","packageid":49590},{"block":false,"categoryid":314,"description":"Declarative definition of command line interfaces for OCaml","ebuildids":[774670,841851,877493],"firstseen":"2014-10-29T14:38:07.804099","maintainer":"ml@gentoo.org","maintainername":"Gentoo ML Project","name":"cmdliner","packageid":62739},{"block":false,"categoryid":314,"description":"Non-blocking streaming Unicode codec for OCaml","ebuildids":[774670,841851,877493],"firstseen":"2014-10-29T14:38:07.804099","maintainer":"ml@gentoo.org","maintainername":"Gentoo ML Project","name":"uutf","packageid":62742},{"block":false,"categoryid":314,"description":"Unicode character properties for OCaml","ebuildids":[774670,841851,877493],"firstseen":"2021-01-10T13:15:00.055375","name":"uucp","packageid":72362}],"depending":[{"block":false,"categoryid":314,"description":"Abstract engine for text edition in OCaml","ebuildids":[796935,796935],"firstseen":"2021-12-07T23:52:09.010133","name":"zed","packageid":73727,"summary":"Zed is an abstract engine for text edition. It can be used to write text editors, edition widgets, readlines, ... Zed uses Camomile to fully support the Unicode specification, and implements an UTF-8 encoded string type with validation, and a rope datastructure to achieve efficient operations on large Unicode buffers. Zed also features a regular expression search on ropes. To support efficient text edition capabilities, Zed provides macro recording and cursor management facilities."}],"ebuilds":[{"archs":["~amd64","~x86"],"ebuildid":877493,"firstseen":"2025-10-02T07:25:05.213102","license":"ISC","moddate":"2025-10-02T06:25:04","packageid":75755,"repoid":1,"slot":"0\/17.0.0","uses":["ocamlopt","test"],"version":"17.0.0"},{"archs":["~amd64","~x86"],"ebuildid":841851,"firstseen":"2024-10-19T16:34:59.067394","license":"ISC","moddate":"2025-09-30T17:50:43","packageid":75755,"repoid":1,"slot":"0\/16.0.0","uses":["ocamlopt","test"],"version":"16.0.0"},{"archs":["~amd64","~x86"],"ebuildid":774670,"firstseen":"2023-01-13T02:58:47.525804","license":"ISC","moddate":"2025-09-30T17:50:43","packageid":75755,"repoid":1,"slot":"0\/15.0.0","uses":["ocamlopt","test"],"version":"15.0.0"}],"masks":[],"package":{"categoryid":314,"description":"Unicode text segmentation for OCaml","firstseen":"2023-01-13T02:58:47.525804","name":"uuseg","packageid":75755,"summary":"Uuseg is an OCaml library for segmenting Unicode text. It implements the locale independent Unicode text segmentation algorithms to detect grapheme cluster, word and sentence boundaries and the Unicode line breaking algorithm to detect line break opportunities. The library is independent from any IO mechanism or Unicode text data structure and it can process text without a complete in-memory representation. Uuseg depends on Uucp and optionally on Uutf for support on OCaml UTF-X encoded strings. It is distributed under the ISC license."},"rdependencies":[{"block":false,"categoryid":450,"description":"Programming language supporting functional, imperative & object-oriented styles","ebuildids":[774670,841851,841851,877493,877493],"firstseen":"2010-05-04T00:54:45.661860","maintainer":"ml@gentoo.org","maintainername":"Gentoo ML Project","name":"ocaml","packageid":49590},{"block":false,"categoryid":314,"description":"Declarative definition of command line interfaces for OCaml","ebuildids":[774670,841851,877493],"firstseen":"2014-10-29T14:38:07.804099","maintainer":"ml@gentoo.org","maintainername":"Gentoo ML Project","name":"cmdliner","packageid":62739},{"block":false,"categoryid":314,"description":"Non-blocking streaming Unicode codec for OCaml","ebuildids":[774670,841851,877493],"firstseen":"2014-10-29T14:38:07.804099","maintainer":"ml@gentoo.org","maintainername":"Gentoo ML Project","name":"uutf","packageid":62742},{"block":false,"categoryid":314,"description":"Unicode character properties for OCaml","ebuildids":[774670,841851,877493],"firstseen":"2021-01-10T13:15:00.055375","name":"uucp","packageid":72362}],"repos":[{"branch":"master","lastcommit":"1f58741385367db432e79500a838ced67b2a773d","name":"gentoo","path":"\/usr\/portage","repoid":1,"upstream":"origin"}],"tracked":false,"urls":["https:\/\/erratique.ch\/software\/uuseg\/","https:\/\/github.com\/dbuenzli\/uuseg\/"],"uses":[{"defaultflag":true,"description":"Enable ocamlopt support (ocaml native code compiler) -- Produces faster programs (Warning: you have to disable\/enable it at a global scale)","isdefault":true,"use":"ocamlopt"},{"description":"Enable dependencies and\/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)","isdefault":false,"use":"test"}]}