File: control

package info (click to toggle)
leveldb-sharp 1.9.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 428 kB
  • ctags: 205
  • sloc: cs: 869; sh: 594; makefile: 51
file content (33 lines) | stat: -rw-r--r-- 1,329 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
32
33
Source: leveldb-sharp
Priority: optional
Maintainer: Debian CLI Libraries Team <pkg-cli-libs-team@lists.alioth.debian.org>
Uploaders: Carlos Martín Nieto <cmn@dwim.me>
Build-Depends: debhelper (>= 8.0.0),
 cli-common-dev (>= 0.8~),
 libleveldb1v5 (>= 1.9.0),
Standards-Version: 3.9.4
Section: cli-mono
Homepage: https://www.meebey.net/projects/leveldb-sharp/
Vcs-Git: git://git.debian.org/pkg-cli-libs/packages/leveldb-sharp.git
Vcs-Browser: http://git.debian.org/?p=pkg-cli-libs/packages/leveldb-sharp.git;a=summary

Package: libleveldb-cil-dev
Architecture: all
Depends: libleveldb1.2-cil (= ${binary:Version}), ${misc:Depends}
Description: portable C# binding for the C API of the LevelDB library - development files
 LevelDB is a fast key-value storage library written at Google that
 provides an ordered mapping from string keys to string values.
 .
 This package contains development files for the C# bindings for
 LevelDB, and should be used for compilation.

Package: libleveldb1.2-cil
Architecture: all
Depends: ${misc:Depends},
	 ${shlibs:Depends},
	 ${cli:Depends}
Description: portable C# binding for the C API of the LevelDB library
 LevelDB is a fast key-value storage library written at Google that
 provides an ordered mapping from string keys to string values.
 .
 This package provides C# bindings for LevelDB