File: control

package info (click to toggle)
golang-github-neelance-sourcemap 0.0~git20151028.0.8c68805-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 68 kB
  • sloc: makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,010 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
Source: golang-github-neelance-sourcemap
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>
Build-Depends: debhelper-compat (=12),
               dh-golang,
               golang-any
Standards-Version: 4.5.0
Homepage: https://github.com/neelance/sourcemap
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-neelance-sourcemap
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-neelance-sourcemap.git
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/neelance/sourcemap

Package: golang-github-neelance-sourcemap-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends}
Multi-Arch: foreign
Description: Javascript source map reader and writer for Go
 This Go library provides methods for reading and writing Javascript
 source map files.
 .
 JS Source Map files are used to map pre-compiled javascript components
 with their compiled counterparts.