Mirror of http://git.vitali64.duckdns.org/git/utils/fases.git
Ferass El Hafidi 62c0b03bc8 extras/: clarify licensing, it's supposed to be GPL-3.0+, not 3BSD | 5 months ago | |
---|---|---|
box-templates | 1 year ago | |
common | 1 year ago | |
core | 1 year ago | |
extras | 5 months ago | |
man | 1 year ago | |
sh | 1 year ago | |
.gitignore | 1 year ago | |
COPYING.3BSD | 1 year ago | |
COPYING.FBDL | 2 years ago | |
COPYING.GPLv3 | 1 year ago | |
MAINTAINERS | 1 year ago | |
Makefile | 1 year ago | |
README.md | 1 year ago | |
box.c | 1 year ago | |
common.mk | 1 year ago | |
config.mk | 1 year ago | |
wip.gif | 1 year ago |
┌────────────────────────────────────────────────────────────────────────────┐
│ │
│ m"" │
│ mm#mm mmm mmm mmm mmm │
│ # " # # " #" # # " ___ Simple core utilities for a fully │
│ # m"""# """m #"""" """m functional UNIX-like system. │
│ # "mm"# "mmm" "#mm" "mmm" │
│ │
└────────────────────────────────────────────────────────────────────────────┘
The fases
project tries to provide friendly, functionnal and simple core
utilities for a fully functionnal UNIX-like Operating System. It tries to
be entirely portable and working on any UNIX-like Operating System and kernel
such as OpenBSD and Linux. It also tries to be completly modular and as such
one utility should not depend on another in order to work. The coreutils
are still a work-in-progress.
The fases
utilities are currently tested on Artix, Alpine, OpenBSD, OS X and
FreeBSD. We expect all utilities to work on all systems implementing POSIX
due to us using only POSIX-compliant functions.