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: 7 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 (almost 5 years ago)
- Default Branch: staging
- Last Pushed: 2024-01-02T20:55:22.000Z (almost 2 years ago)
- Last Synced: 2025-01-19T04:12:36.210Z (9 months ago)
- Topics: icu, library, unikraft
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 11
- 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`