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

https://github.com/egor00f/newlib

newlib from kolibrios repo
https://github.com/egor00f/newlib

c kolibrios newlibc

Last synced: 3 months ago
JSON representation

newlib from kolibrios repo

Awesome Lists containing this project

README

        

# newlib for kolibrios

This is newlib from kolibrios repository.

## Build

static library:
```
make static
```

shared library:
```
make shared
```

package:
```
make package
```