Add mosh and protobuf
This commit is contained in:
parent
9b2bfdcb5f
commit
beacb035ef
BIN
packages/6.5/mosh-1.3.2-x86_64-6cf.txz
vendored
Normal file
BIN
packages/6.5/mosh-1.3.2-x86_64-6cf.txz
vendored
Normal file
Binary file not shown.
BIN
packages/6.5/protobuf-3.5.2-x86_64-1dj.txz
vendored
Normal file
BIN
packages/6.5/protobuf-3.5.2-x86_64-1dj.txz
vendored
Normal file
Binary file not shown.
|
@ -41,6 +41,7 @@
|
|||
"mcelog":"The user space backend for logging machine check errors reported by the hardware to the kernel. Decodes the logs the errors.",
|
||||
"md5deep":"A cross-platform set of programs to compute MD5, SHA-1, SHA-256, Tiger, or Whirlpool message digests on an arbitrary number of files. Has the following additional features: Recursive operation, Comparison mode, Time estimation, Piecewise hasing, and File type mode.",
|
||||
"mediainfo":"Supplies technical and tag information about a video or audio file.",
|
||||
"mosh":"remote terminal application that allows roaming, supports intermittent connectivity, and provides intelligent local echo and line editing of user keystrokes.",
|
||||
"multitail ":"MultiTail lets you view one or multiple files like the original tail program. The difference is that it creates multiple windows on your console.",
|
||||
"mktorrent":"Torrent file creator",
|
||||
"nc":"A simple utility which reads and writes data across network connections, using TCP or UDP protocol. It is designed to be a reliable back-end tool that can be used directly or easily driven by other programs and scripts. At the same time, it is a feature-rich network debugging and exploration tool, since it can create almost any kind of connection you would need and has several interesting built-in capabilities.",
|
||||
|
@ -53,6 +54,7 @@
|
|||
"parallel":"A shell tool for executing jobs in parallel using one or more computers. A job can be a single command or a small script that has to be run for each of the lines in the input. The typical input is a list of files, a list of hosts, a list of users, a list of URLs, or a list of tables. A job can also be a command that reads from a pipe. GNU parallel can then split the input and pipe it into commands in parallel.",
|
||||
"perl":"Larry Walls Practical Extraction and Report Language . It is a language optimized for scanning arbitrary text files, extracting information from those text files, and printing reports based on that information. It s also a good language for many system management tasks. The language is intended to be practical (easy to use, efficient, complete) rather than beautiful (tiny, elegant, minimal).",
|
||||
"pip":"a replacement for easy_install from python-setuptools.",
|
||||
"protobuf":"protocol buffers are a flexible, efficient, automated mechanism for serializing structured data.",
|
||||
"python":"An interpreted, interactive, object-oriented programming language that combines remarkable power with very clear syntax. Its basic power can be extended with your own modules written in C or C++. It is also adaptable as an extension language for existing applications.",
|
||||
"python3":"Python is an interpreted, interactive, object-oriented programming language that combines remarkable power with very clear syntax. This is a new version of the language that is incompatible with the 2.x line of releases. The language is mostly the same, but many details, especially how built-in objects like dictionaries and strings work, have changed considerably, and a lot of deprecated features have finally been removed. Also, the standard library has been reorganized in a few prominent places.",
|
||||
"readline":"Provides a set of functions for use by applications that allow users to edit command lines as they are typed in. Both Emacs and vi editing modes are available. The Readline library includes additional functions to maintain a list of previously entered command lines, to recall and perhaps edit those lines, and perform csh-like history expansion on previous commands.",
|
||||
|
|
Loading…
Reference in New Issue
Block a user