File: control

package info (click to toggle)
megacmd 2.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 32,540 kB
  • sloc: cpp: 324,524; ansic: 34,527; python: 4,622; java: 3,972; sh: 2,886; objc: 2,459; makefile: 197; xml: 113
file content (123 lines) | stat: -rw-r--r-- 4,892 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
Source: megacmd
Section: utils
Maintainer: Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
Build-Depends: debhelper-compat (= 13),
               autoconf,
               autoconf-archive,
               cmake,
               curl,
               git,
               libavcodec-dev (>= 7:6.0),
               libavformat-dev (>= 7:6.0),
               libavutil-dev (>= 7:6.0),
               libc-ares-dev,
               libcrypto++-dev,
               libfreeimage-dev,
               libfuse3-dev,
               libglib2.0-dev,
               libicu-dev,
               libmediainfo-dev,
               libreadline-dev,
               libsodium-dev,
               libsqlite3-dev,
               libswresample-dev (>= 7:6.0),
               libswscale-dev (>= 7:6.0),
               libuv1-dev,
               libzen-dev,
               pkgconf,
               python3,
               zlib1g-dev
Build-Depends-Indep: dh-sequence-mkdocs <!nodoc>,
                     mkdocs <!nodoc>,
                     mkdocs-gen-files <!nodoc>,
                     mkdocs-literate-nav <!nodoc>,
                     mkdocs-macros-plugin <!nodoc>,
                     mkdocs-material <!nodoc>,
                     mkdocs-section-index <!nodoc>,
                     procps <!nodoc>
Standards-Version: 4.7.3
Homepage: https://github.com/meganz/MEGAcmd
Vcs-Git: https://salsa.debian.org/debian/megacmd.git
Vcs-Browser: https://salsa.debian.org/debian/megacmd

Package: megacmd
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Suggests: megasdk-dev,
          megacmd-doc
Description: Command line application
 MEGAcmd is a command-line interface (CLI) package developed by MEGA Limited
 that allows interaction with the MEGA cloud storage service directly from the
 terminal. It offers comprehensive functionality for accessing, synchronizing,
 uploading, and downloading files from your MEGA account, as well as managing
 remote and local folders.
 .
 Key features include:
  - Uploading and downloading files and folders to and from the MEGA cloud.
  - Synchronizing local directories with the cloud.
  - Remote access and browsing of MEGA directories via commands.
  - File sharing via public links.
  - Account and session management.
 .
 MEGAcmd also offers an interactive mode and can be used in scripts,
 facilitating task automation in environments without a graphical
 interface. It is a powerful tool for advanced users who want to
 integrate MEGA into their terminal workflow.
 .
 To start using MEGAcmd, launch the server with:
   mega-cmd-server &
 and log in with:
   mega-login <login> <password>
 .
 More detailed instructions are available in
 /usr/share/doc/megacmd/README.Debian.

Package: megacmd-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}, ${mkdocs:Depends}
Description: Command line application (common documentation)
 MEGAcmd is a command-line interface (CLI) package developed by MEGA Limited
 that allows interaction with the MEGA cloud storage service directly from the
 terminal. It offers comprehensive functionality for accessing, synchronizing,
 uploading, and downloading files from your MEGA account, as well as managing
 remote and local folders.
 .
 Key features include:
  - Uploading and downloading files and folders to and from the MEGA cloud.
  - Synchronizing local directories with the cloud.
  - Remote access and browsing of MEGA directories via commands.
  - File sharing via public links.
  - Account and session management.
 .
 MEGAcmd also offers an interactive mode and can be used in scripts,
 facilitating task automation in environments without a graphical
 interface. It is a powerful tool for advanced users who want to
 integrate MEGA into their terminal workflow.
 .
 This package installs the common documentation package.

Package: megasdk-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}
Description: MEGA SDK - Client Access Engine
 MEGA — The Privacy Company — provides Secure Cloud Storage with end-to-end
 encryption. This SDK allows integration with MEGA's services, featuring User
 Controlled Encryption (UCE) where users hold their own encryption keys.
 .
 The SDK enables developers to create custom clients or analyze MEGA's security.
 It includes low-level APIs, language bindings, and example apps for multiple
 platforms (Android, Linux, iOS, macOS, Windows).
 .
 Key features:
  - FUSE integration for filesystem-like access to encrypted cloud storage
  - Comprehensive API for all MEGA functionalities
  - Cross-platform support with C++ core and multiple language bindings
  - Includes command-line tools (megacli and MEGAcmd) for scripting/automation
  - End-to-end encrypted transfers and client-side encryption
 .
 The SDK is built using CMake and supports integration with various programming
 languages through SWIG-generated binding.