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
|