The devel/orcania port
orcania-2.3.3 – potluck with different functions for different purposes (cvsweb github mirror)
Description
A small library intended to provide low-level functionalities used in the author's other libraries and programs. Potluck with different functions divided into 4 categories: - String functions Wrappers for string.h: functions like strcpy, strcmp or strchr that will not segfault if a parameter is NULL. split_string and afiliated functions: split a string using a separator match or join a split string. - Pointer list structure Simple structure to store and manipulate any kind of pointer in an array. - Base64 functions Encode, decode in base64 and base64url format. - Memory functions Replace glib malloc/realloc/free functions with user-defined memory functions.WWW: https://babelouest.github.io/orcania/
Maintainer
The OpenBSD ports mailing-list
Only for arches
aarch64 alpha amd64 arm hppa i386 mips64 mips64el powerpc powerpc64 riscv64 sparc64
Categories
Build dependencies
Files
- /usr/local/include/orcania-cfg.h
- /usr/local/include/orcania.h
- /usr/local/lib/cmake/
- /usr/local/lib/cmake/Orcania/
- /usr/local/lib/cmake/Orcania/OrcaniaConfig.cmake
- /usr/local/lib/cmake/Orcania/OrcaniaConfigVersion.cmake
- /usr/local/lib/cmake/Orcania/OrcaniaTargets-release.cmake
- /usr/local/lib/cmake/Orcania/OrcaniaTargets.cmake
- /usr/local/lib/liborcania.so.1.0
- /usr/local/lib/pkgconfig/liborcania.pc