diff options
author | P. J. McDermott <pehjota> | 2014-06-22 02:35:57 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-06-22 02:35:57 (EDT) |
commit | 16373d18f669bdccd86d5f134ac9146580ab97a8 (patch) | |
tree | 78c12e9e03aa5177273abdf38ea8b9e4c3687d2f | |
parent | ceb1cb581a6e65eef28496f0dd0dd553b708c6e3 (diff) |
dev/pkg/needed: libffi and pcre are packaged.
-rw-r--r-- | dev/pkg/needed.mdwn | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/dev/pkg/needed.mdwn b/dev/pkg/needed.mdwn index 356e627..c583ced 100644 --- a/dev/pkg/needed.mdwn +++ b/dev/pkg/needed.mdwn @@ -7,24 +7,6 @@ ProteanOS should eventually provide. For ProteanOS 1.0 ================= -libffi (`libffi`) ------------------ - -<https://sourceware.org/libffi/> - -A foreign function interface is the popular name for the interface that allows -code written in one language to call code written in another language. - -Packaging exists but needs to be updated to [[SPF_2.0|dev/pkg/spf-2.0]]. - -PCRE (`pcre`) -------------- - -<http://www.pcre.org/> - -PCRE is a library of functions to support regular expressions whose syntax and -semantics are as close as possible to those of the Perl 5 language. - GLib (`glib-2.0`) ----------------- @@ -34,7 +16,7 @@ GLib is a general-purpose utility library, which provides many useful data types, macros, type conversions, string utilities, file utilities, a mainloop abstraction, and so on. -Depends on: `libffi`, `pcre`, `pkgconf` (packaged) +Depends on: `libffi` (packaged), `pcre` (packaged), `pkgconf` (packaged) Packaging exists but needs to be updated to [[SPF_2.0|dev/pkg/spf-2.0]]. |