File: control

package info (click to toggle)
consulfs 0.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 124 kB
  • sloc: makefile: 4
file content (29 lines) | stat: -rw-r--r-- 1,214 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
Source: consulfs
Section: devel
Priority: optional
Standards-Version: 4.3.0
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Dmitry Smirnov <onlyjob@debian.org>
Build-Depends: debhelper (>= 11),
               dh-golang,
               golang-any,
               golang-bazil-fuse-dev,
               golang-github-hashicorp-consul-dev,
               golang-golang-x-net-dev,
               golang-github-sirupsen-logrus-dev (>= 1.0.2~),
Homepage: https://github.com/bwester/consulfs
Vcs-Browser: https://salsa.debian.org/go-team/packages/consulfs
Vcs-Git: https://salsa.debian.org/go-team/packages/consulfs.git
XS-Go-Import-Path: github.com/bwester/consulfs
Testsuite: autopkgtest-pkg-go

Package: consulfs
Architecture: any
Built-Using: ${misc:Built-Using}
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: distributed FUSE filesystem backed by a Consul Key-Value store
 ConsulFS implements a FUSE filesystem that is backed by a Consul Key-Value
 store. Each key in the key store is represented by a file. Read and write
 the file to get and put the key's value. "/" characters in a key name are
 used to break up the keys into different directories.