logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 77521dcc9aa0713d9c05fd15fef423c6c423be52
parent 4e2dfee79e9a103bfe9f3b2db34711e49817b9b7
Author: Michael Forney <mforney@mforney.org>
Date:   Fri, 15 Sep 2017 21:33:27 -0700

Add lua to $core

Diffstat:

MREADME.md1+
Msets.rc1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -63,6 +63,7 @@ up from the following: * [iproute2](http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2) * [kbd](http://kbd-project.org/) * [libressl](http://www.libressl.org/) +* [lua](https://www.lua.org/) * [mandoc](http://mandoc.bsd.lv/) * [samurai](https://github.com/michaelforney/samurai) (ninja-compatible build tool) * [openntpd](http://www.openntpd.org/) diff --git a/sets.rc b/sets.rc @@ -9,6 +9,7 @@ core=(\ kbd\ libressl\ loksh\ + lua\ mandoc\ openbsd\ openntpd\