Port details |
- stc Modern, user-friendly, generic, type-safe and fast C99 library
- 5.0 devel
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: alven@FreeBSD.org
 - Port Added: 2025-09-20 09:48:07
- Last Update: 2025-09-20 09:46:44
- Commit Hash: 050e562
- License: MIT
- WWW:
- https://github.com/stclib/STC/
- Description:
- STC is a comprehensive, modern, typesafe and fast templated general purpose
container and algorithms library for C99. It aims to make C-programming even
more fun, more productive and safer.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/stc/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/stc
- pkg install stc-library
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: stc-library
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1758282222
SHA256 (stclib-STC-v5.0_GH0.tar.gz) = d61353852b9d7ef69b56fa32edcbc7934f2153385f3778536234201ceebcc950
SIZE (stclib-STC-v5.0_GH0.tar.gz) = 972147
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- meson : devel/meson
- ninja : devel/ninja
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for stc-library-5.0:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
STATIC=off: Build static executables and/or libraries
===> Use 'make config' to modify these settings
- Options name:
- devel_stc
- USES:
- meson
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.0 20 Sep 2025 09:46:44
    |
Älven (alven)  |
devel/stc: [NEW PORT] Modern, user-friendly, generic, type-safe and fast C99
library
STC is a mature, comprehensive, general purpose container and
algorithm library for C99/C11. It has excellent ergonomics and
requires virtually no boilerplate code. The library adds many missing
features to C, like common data containers, algorithms, and
abstractions found in contemporary system languages like Zig, Rust,
and C++. Containers and algorithms are templated or generic, which
allows for a fully typesafe, compact, and high performance
implementation.
WWW: https://github.com/stclib/STC/
Approved by: yuri@ (Mentor)
Differential Revision: https://reviews.freebsd.org/D52520 |
Number of commits found: 1
|