[ 原始碼: libcorkipset ]
套件:libcorkipset-utils(1.1.1+git20171111.6842a63-2 以及其他的)
libcorkipset-utils 的相關連結
Debian 的資源:
下載原始碼套件 libcorkipset:
- [libcorkipset_1.1.1+git20171111.6842a63-2.dsc]
- [libcorkipset_1.1.1+git20171111.6842a63.orig.tar.xz]
- [libcorkipset_1.1.1+git20171111.6842a63-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
C library to store sets/maps of IP address (utility files)
The ipset library provides C data types for storing sets of IP addresses, and maps of IP addresses to integers. It supports both IPv4 and IPv6 addresses. It's implemented using "Binary Decision Diagrams" (BDDs, https://en.wikipedia.org/wiki/Binary_decision_diagram), which (we hypothesize) makes it space efficient for large sets.
This package provides a few utility binaries for the library.
其他與 libcorkipset-utils 有關的套件
|
|
|
|
-
- dep: libc6 (>= 2.34)
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
-
- dep: libcork16 (>= 1.0.0~)
- simple, easily embeddable, cross-platform C library
-
- dep: libcorkipset1 (= 1.1.1+git20171111.6842a63-2+b2)
- C library to store sets/maps of IP address