File: control

package info (click to toggle)
golang-github-edsrzf-mmap-go 0.0~git20170320.0.0bce6a6-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 84 kB
  • sloc: makefile: 2
file content (23 lines) | stat: -rw-r--r-- 926 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
Source: golang-github-edsrzf-mmap-go
Section: devel
Priority: extra
Maintainer: QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 10),
               dh-golang,
               golang-any
Standards-Version: 4.1.0
Homepage: https://github.com/edsrzf/mmap-go
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-edsrzf-mmap-go.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-edsrzf-mmap-go.git
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/edsrzf/mmap-go

Package: golang-github-edsrzf-mmap-go-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: portable mmap package for Go
 Mmap-go is a portable mmap package for the Go programming language
 (http://golang.org). It has been tested on Linux (386, amd64), OS X,
 and Windows (386). It should also work on other Unix-like platforms, but
 hasn't been tested with them.