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

https://github.com/Harvey-OS/apex

ANSI POSIX Environment neXt for Harvey OS
https://github.com/Harvey-OS/apex

ansi apex harvey harvey-os posix-environment unix

Last synced: about 2 months ago
JSON representation

ANSI POSIX Environment neXt for Harvey OS

Awesome Lists containing this project

README

        

![APEX](https://harvey-os.org/images/harvey-printf.png)
APEX: the ANSI/POSIX Environment for Harvey OS
=====
[![Build Status](https://travis-ci.org/Harvey-OS/apex.svg?branch=master)](https://travis-ci.org/Harvey-OS/apex)
[![LicenseGPL](https://img.shields.io/aur/license/yaourt.svg)](https://github.com/Harvey-OS/harvey/blob/master/LICENSE.gpl)
[![LicenseMIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/Harvey-OS/apex/blob/master/LICENSE.mit)

Welcome to Harvey's ANSI/POSIX Environment neXt subsystem, called APEX. We are delighted that you are interested in this
part of the Harvey OS project.

## What is APEX?

APEX is an ANSI C library POSIX compliant through [Musl libc code](http://www.musl-libc.org/) that
provides an easy way for building and running standard C programs in Harvey OS, being essential
for the main toolset of the system such as compilers (GCC and Clang).

Probably you already know about Harvey's resources, so the following are more detailed about APEX:
- Take a look at the
[Getting Started](https://github.com/Harvey-OS/apex/wiki/Getting-Started)
guide to learn how to get APEX and how to play with it in Harvey.
- Take a look at our
[Contribution Guide](https://github.com/Harvey-OS/harvey/blob/master/CONTRIBUTING.md)
inherited from Harvey for rules, conventions, coding style,
[Code of Conduct](https://github.com/Harvey-OS/harvey/wiki/Code-of-Conduct),
where to get help and so on.
- We also cover a wide variety of topics on our
[wiki](https://github.com/Harvey-OS/apex/wiki).
- If the information you are looking for is not on the wiki, ask the
[Mailing list](https://groups.google.com/forum/#!forum/harvey) or
[Slack](https://harvey-slack.herokuapp.com/) for
help. It is where most of the development conversation happens.

[License GPL](https://github.com/Harvey-OS/apex/blob/master/LICENSE)
[License MIT](https://github.com/Harvey-OS/apex/blob/master/LICENSE.mit)