AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Update to version 1.0.3 See included CHANGES.md for details
- build with dune via ocaml-uutf.patch
- Require current dune macros - Update to version 1.0.2, via _service file Fix substring folding functionality.
- Fix Source: url.
- Use Group: Development/Languages/OCaml
- Wrap specfile conditionals to fix quilt setup
- Fix oasis synopsis.
- Replace tabs with spaces in generated _oasis file
- Update to version 1.0.1: * OCaml 4.05.0 compatibility (removal of `Uchar.dump`).
- Build with oasis
- Update to version 1.0.0: * Uutf.String.fold_utf_{8,16be,16le}, allow substring folding via optional arguments. * OCaml standard library Uchar.t support: + Removes and substitutes type Uutf.uchar = int by the (abstract) Uchar.t type. Uchar.{of,to}_int allows to recover the previous representation. + Removes Uutf.{is_uchar,cp_to_string,pp_cp}. Uchar.{is_valid,dump} can be used instead. * Safe string support. Manual sources and destinations now work on bytes rather than strings. * Build depend on topkg. * Relicense from BSD3 to ISC.
- Initial package: ocaml-uutf-0.9.4