| 12
 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-edsrzf-mmap-go
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Daniel Swarbrick <dswarbrick@debian.org>,
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               golang-any,
               golang-golang-x-sys-dev,
Standards-Version: 4.6.1
Homepage: https://github.com/edsrzf/mmap-go
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-edsrzf-mmap-go
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-edsrzf-mmap-go.git
Testsuite: autopkgtest-pkg-go
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/edsrzf/mmap-go
Package: golang-github-edsrzf-mmap-go-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-golang-x-sys-dev,
         ${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.
 |