CoreFoundation FFI based wrappers for a subset of core foundation: various bits of CFString, CFData, CFArray, CFDictionary are available. Although the CF collection classes can store arbitrary pointer sized values this wrapper only supports storing CFTypes. The CF namespace has the raw FFI generated method calls but it's usually easier to use the wrapper classes: CF::String, CF::Date, CF::Array, CF::Dictionary, CF::Boolean which try to present a rubyish view of the world (for example CF::Array implements Enumerable). These implement methods for creating new instances from ruby objects (eg CF::String.from_string("hello world")) but you can also pass build them from an FFI::Pointer).
OS | Architecture | Version |
---|---|---|
NetBSD 10.0 | x86_64 | ruby27-corefoundation-0.3.13.tgz |
NetBSD 10.0 | x86_64 | ruby30-corefoundation-0.3.13.tgz |
NetBSD 10.0 | x86_64 | ruby31-corefoundation-0.3.13.tgz |
NetBSD 9.0 | alpha | ruby27-corefoundation-0.3.13.tgz |
NetBSD 9.0 | sparc64 | ruby27-corefoundation-0.3.13.tgz |
NetBSD 9.0 | sparc64 | ruby30-corefoundation-0.3.13.tgz |
NetBSD 9.0 | sparc64 | ruby31-corefoundation-0.3.13.tgz |
NetBSD 9.0 | sparc | ruby30-corefoundation-0.3.13.tgz |
NetBSD 9.0 | sparc | ruby31-corefoundation-0.3.13.tgz |
Binary packages can be installed with the high-level tool pkgin (which can be installed with pkg_add) or pkg_add(1) (installed by default). The NetBSD packages collection is also designed to permit easy installation from source.
The pkg_admin audit command locates any installed package which has been mentioned in security advisories as having vulnerabilities.
Please note the vulnerabilities database might not be fully accurate, and not every bug is exploitable with every configuration.
Problem reports, updates or suggestions for this package should be reported with send-pr.