File: control

package info (click to toggle)
golang-github-yl2chen-cidranger 0.0~git20180214.928b519-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, buster-backports
  • size: 288 kB
  • sloc: makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,192 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Source: golang-github-yl2chen-cidranger
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Sascha Steinbiss <satta@debian.org>
Build-Depends: debhelper (>= 11),
               dh-golang,
               golang-any,
               golang-github-stretchr-testify-dev
Standards-Version: 4.3.0
Homepage: https://github.com/yl2chen/cidranger
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-yl2chen-cidranger
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-yl2chen-cidranger.git
XS-Go-Import-Path: github.com/yl2chen/cidranger
Testsuite: autopkgtest-pkg-go

Package: golang-github-yl2chen-cidranger-dev
Architecture: all
Depends: ${misc:Depends},
         golang-github-stretchr-testify-dev
Description: Fast IP to CIDR lookup in Golang
 The cidranger library provides fast IP to CIDR block(s) lookup using
 path-compressed prefix tries in Golang, inspired by IPv4 route lookup in
 Linux.
 Possible use cases include detecting if a IP address is from published
 cloud provider CIDR blocks (e.g. "is 52.95.110.1 contained in AWS Route
 53 CIDR 52.95.110.0/24?"), IP routing rules, etc.