File: control

package info (click to toggle)
golang-github-oklog-ulid 0.3.0%2Bgit20170117.66bb656-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 112 kB
  • ctags: 60
  • sloc: makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,134 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
28
29
30
31
Source: golang-github-oklog-ulid
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Martín Ferrari <tincho@debian.org>,
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: extra
Build-Depends: debhelper (>= 10),
               dh-golang,
               golang-any,
Standards-Version: 4.1.0
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-oklog-ulid.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-oklog-ulid.git
Homepage: https://github.com/oklog/ulid
XS-Go-Import-Path: github.com/oklog/ulid

Package: golang-github-oklog-ulid-dev
Architecture: all
Depends: ${misc:Depends},
         ${shlibs:Depends},
Description: ULID generation library for Golang
 Universally Unique Lexicographically Sortable Identifier (ULID) in Go
 .
 A Go port of alizain/ulid (https://github.com/alizain/ulid) with binary
 format implemented.
 .
 A ULID is a replacement for GUID/UUIDs with some useful properties:
 .
  * Lexicographically sortable.
  * Compatible with UUID/GUIDs.
  * Very fast generation.
  * Canonically encoded as a 26 character string.