An open API service indexing awesome lists of open source software.

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

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`