lang/picoc - The NetBSD Packages Collection

C interpreter

PicoC is a very small C interpreter for scripting.  It was originally
written as the script language for a UAV's on-board flight system.
It's also very suitable for other robotic, embedded and non-embedded
applications.

The core C source code is around 4000 lines of code.  It's not
intended to be a complete implementation of ISO C but it has all the
essentials.  When compiled it only takes a few k of code space and is
also very sparing of data space.  This means it can work well in small
embedded devices.  It's also a fun example of how to create a very
small language implementation while still keeping the code readable.

picoc has been tested on x86-32, x86-64, powerpc, arm, ultrasparc,
HP-PA and blackfin processors and is easy to port to new targets.

Build dependencies

pkgtools/mktools pkgtools/cwrappers

Runtime dependencies

(none)

Binary packages

OSArchitectureVersion
NetBSD 10.0aarch64picoc-2.1nb1.tgz
NetBSD 10.0aarch64picoc-2.1nb1.tgz
NetBSD 10.0aarch64picoc-2.1nb1.tgz
NetBSD 10.0aarch64ebpicoc-2.1nb1.tgz
NetBSD 10.0aarch64ebpicoc-2.1nb1.tgz
NetBSD 10.0alphapicoc-2.1nb1.tgz
NetBSD 10.0earmv4picoc-2.1nb1.tgz
NetBSD 10.0earmv6hfpicoc-2.1nb1.tgz
NetBSD 10.0earmv6hfpicoc-2.1nb1.tgz
NetBSD 10.0earmv6hfpicoc-2.1nb1.tgz
NetBSD 10.0earmv7hfpicoc-2.1nb1.tgz
NetBSD 10.0earmv7hfpicoc-2.1nb1.tgz
NetBSD 10.0earmv7hfpicoc-2.1nb1.tgz
NetBSD 10.0i386picoc-2.1nb1.tgz
NetBSD 10.0i386picoc-2.1nb1.tgz
NetBSD 10.0m68kpicoc-2.1nb1.tgz
NetBSD 10.0powerpcpicoc-2.1nb1.tgz
NetBSD 10.0sparcpicoc-2.1nb1.tgz
NetBSD 10.0vaxpicoc-2.1nb1.tgz
NetBSD 10.0x86_64picoc-2.1nb1.tgz
NetBSD 10.0x86_64picoc-2.1nb1.tgz
NetBSD 8.0i386picoc-2.1nb1.tgz
NetBSD 8.0i386picoc-2.1nb1.tgz
NetBSD 8.0powerpcpicoc-2.1nb1.tgz
NetBSD 8.0powerpcpicoc-2.1nb1.tgz
NetBSD 8.0x86_64picoc-2.1nb1.tgz
NetBSD 8.0x86_64picoc-2.1nb1.tgz
NetBSD 9.0aarch64picoc-2.1nb1.tgz
NetBSD 9.0aarch64picoc-2.1nb1.tgz
NetBSD 9.0aarch64picoc-2.1nb1.tgz
NetBSD 9.0alphapicoc-2.1nb1.tgz
NetBSD 9.0earmpicoc-2.1nb1.tgz
NetBSD 9.0earmv4picoc-2.1nb1.tgz
NetBSD 9.0earmv6hfpicoc-2.1nb1.tgz
NetBSD 9.0earmv6hfpicoc-2.1nb1.tgz
NetBSD 9.0earmv6hfpicoc-2.1nb1.tgz
NetBSD 9.0earmv7hfpicoc-2.1nb1.tgz
NetBSD 9.0earmv7hfpicoc-2.1nb1.tgz
NetBSD 9.0earmv7hfpicoc-2.1nb1.tgz
NetBSD 9.0i386picoc-2.1nb1.tgz
NetBSD 9.0i386picoc-2.1nb1.tgz
NetBSD 9.0m68kpicoc-2.1nb1.tgz
NetBSD 9.0mips64ebpicoc-2.1nb1.tgz
NetBSD 9.0powerpcpicoc-2.1nb1.tgz
NetBSD 9.0powerpcpicoc-2.1nb1.tgz
NetBSD 9.0sh3elpicoc-2.1nb1.tgz
NetBSD 9.0sparc64picoc-2.1nb1.tgz
NetBSD 9.0sparcpicoc-2.1nb1.tgz
NetBSD 9.0vaxpicoc-2.1nb1.tgz
NetBSD 9.0x86_64picoc-2.1nb1.tgz
NetBSD 9.0x86_64picoc-2.1nb1.tgz
NetBSD 9.3x86_64picoc-2.1nb1.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.

Available build options

(none)

Known vulnerabilities

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.