Ports 搜索

共有5,623项符合/devel/的查询结果,以下是第1,2111,220项(搜索用时0.003秒)
devel/libchipcard-5.0.2 (Score: 0.032514982)
Library for easy access to chipcards
Libchipcard allows easy access to smart cards. It provides basic access to memory and processor cards and has special support for German medical cards, German "Geldkarten" and HBCI (homebanking) cards (both type 0 and type 1). It accesses the readers via CTAPI or PC/SC interfaces and has successfully been tested with Towitoko, Kobil and Reiner-SCT readers.
devel/libcii-1.1 (Score: 0.032514982)
Library from "C Interfaces and Implementations" by David Hanson
This hierarchy contains all the source code from "C Interfaces and Implementations: Techniques for Creating Reusable Software (Addison-Wesley Professional Computing Series, 1997, ISBN 0-201-49841-3). For installation instructions, see install.html. For a summary of the distribution's revision history, see history.html. David R. Hanson http://www.research.microsoft.com/~drh/ FreeBSD note: in /usr/local lib/libcii.a -> lib/cii/1/libcii.a include/cii -> lib/cii/1/include example binaries are in lib/cii/1/examples copyright, history, etc share/doc/cii source of CII share/doc/cii/src source of examples share/doc/cii/examples There is no documentation other than the book and its web site.
devel/libclaw-1.7.4 (Score: 0.032514982)
C++ Library Absolutely Wonderful
CLAW is a C++ Library Absolutely Wonderful providing useful classes from the simplest AVL binary search trees to the complex meta programming tools, including image manipulation, a generic alpha-beta algorithm, sockets implemented as std::stream and more
devel/kickassembler-3.36 (Score: 0.032514982)
Advanced MOS 65xx assembler with embedded script language
Kick Assembler is an advanced MOS 65xx assembler combined with a Java Script like script language.
devel/libgpkg-0.9.18 (Score: 0.032514982)
SQLite 3 extension of minimal OGC GeoPackage implementation
libgpkg is a SQLite 3 extension that provides a minimal OGC GeoPackage implementation. GeoPackage is an open, standards-based, application and platform independent, and self-describing file format for geodata based on SQLite.
devel/libcli-1.9.6 (Score: 0.032514982)
Emulates a Cisco style command-line interface
Libcli provides a shared library for including a Cisco-like command-line interface into other software. It's a telnet interface which supports command-line editing, history, authentication and callbacks for a user-definable function tree.
devel/libconfuse-2.7 (Score: 0.032514982)
Configuration file parsing library
libConfuse is a configuration file parser library, licensed under the terms of the ISC, and written in C. It supports sections and (lists of) values (strings, integers, floats, booleans or other sections), as well as some other features (such as single/double-quoted strings, environment variable expansion, functions and nested include statements). It makes it very easy to add configuration file capability to a program using a simple API. The goal of libConfuse is not to be the configuration file parser library with a gazillion of features. Instead, it aims to be easy to use and quick to integrate with your code. libConfuse was called libcfg before, but was changed to not confuse with other similar libraries. Project homepage:
devel/libconcurrent-0.0.20160303 (Score: 0.032514982)
Tiny asymmetric-coroutine library
Tiny asymmetric-coroutine library: - generator bidirectional communication with yield_value/resume_value - native context switch - C11
devel/libcppformat-2.1.0 (Score: 0.032514982)
C++ Format is an open-source formatting library for C++
C++ Format is an open-source formatting library for C++. It can be used as a safe alternative to printf or as a fast alternative to IOStreams.
devel/libcrossguid-20150803 (Score: 0.032514982)
Minimal and cross platform C++ GUID library
CrossGuid is a minimal, cross platform, C++ GUID library. It uses the best native GUID/UUID generator on the given platform and had a generic class for parsing, stringifying, and comparing IDs.