https://github.com/unikraft/lib-libicu
Port of ICU as a Unikraft external library
https://github.com/unikraft/lib-libicu
icu library unikraft
Last synced: 3 months ago
JSON representation
Port of ICU as a Unikraft external library
- Host: GitHub
- URL: https://github.com/unikraft/lib-libicu
- Owner: unikraft
- License: other
- Created: 2020-11-22T18:17:43.000Z (over 5 years ago)
- Default Branch: staging
- Last Pushed: 2024-01-02T20:55:22.000Z (over 2 years ago)
- Last Synced: 2025-12-31T19:29:14.586Z (6 months ago)
- Topics: icu, library, unikraft
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: COPYING.md
Awesome Lists containing this project
README
icu for Unikraft
===================
This is the port of icu as a Unikraft external library; it depends on
the following libraries that need to be added to `Makefile` in this
order:
* `pthreads`, e.g. `pthread-embedded`
* CXX standard library, e.g. `libunwind`, `compiler-rt`, `libcxxabi`, `libcxx`
* `libc`, e.g. `newlib`