Skip to content
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.

Commit

Permalink
osprepare: add a simple README.md
Browse files Browse the repository at this point in the history
Github readers see the README.md.  There's more detailed information and
the automatically generated API info in godoc, so mostly just refer there.

Signed-off-by: Tim Pepper <[email protected]>
  • Loading branch information
Tim Pepper committed Aug 26, 2016
1 parent d55e10b commit 06b4c13
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions osprepare/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# osprepare

osprepare is the Operating System Preparation facility of Ciao, enabling
very simple automated configuration of dependencies between various
Linux distributions in a sane fashion.

It provides a simple mechanism for expressing system dependencies and then
handles the OS-specific plumbing transparently. In this way a ciao
component can in one place articulate its dependencies and with a single
call out get runtime confirmation that the system has the needed code,
without having to care about the details of whether that happens via a call
to apt or rpm or any other package/update manager software.

For more detailed technical information see the [osprepare package godoc
page](https://godoc.org/github.com/01org/ciao/osprepare).

0 comments on commit 06b4c13

Please sign in to comment.