File: control

package info (click to toggle)
golang-github-t3rm1n4l-go-mega 0.0~git20230228.a01a2cd-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 160 kB
  • sloc: makefile: 15
file content (37 lines) | stat: -rw-r--r-- 1,299 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
34
35
36
37
Source: golang-github-t3rm1n4l-go-mega
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Maytham Alsudany <maytha8thedev@gmail.com>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-golang-x-crypto-dev
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-t3rm1n4l-go-mega
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-t3rm1n4l-go-mega.git
Homepage: https://github.com/t3rm1n4l/go-mega
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/t3rm1n4l/go-mega

Package: golang-github-t3rm1n4l-go-mega-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-golang-x-crypto-dev,
         ${misc:Depends}
Description: Client library in go for mega.co.nz storage service (library)
 This is an API client library for MEGA storage service. Currently, the
 library supports the basic APIs and operations as follows:
 .
  * User login
  * Fetch filesystem tree
  * Upload file
  * Download file
  * Create directory
  * Move file or directory
  * Rename file or directory
  * Delete file or directory
  * Parallel split download and upload
  * Filesystem events auto sync
  * Unit tests