forked from microsoft/vcpkg
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[vcpkg] Add optional 'Homepage' field to CONTROL (microsoft#6844)
* [control file] Add optional 'Homepage' tag This allows a 'Homepage' tag to be added to a port in order to support changes such as PR microsoft#2933. It currently does not do anything with it. * [docs] Add Homepage to the control file documentation * move urls from descriptions to homepage field.
- Loading branch information
1 parent
06d5d39
commit d962dc7
Showing
48 changed files
with
99 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
Source: alembic | ||
Version: 1.7.11 | ||
Build-Depends: ilmbase, hdf5 | ||
Description: Alembic is an open framework for storing and sharing scene data that includes a C++ library, a file format, and client plugins and applications. http://alembic.io/ | ||
Description: Alembic is an open framework for storing and sharing scene data that includes a C++ library, a file format, and client plugins and applications. | ||
Homepage: http://alembic.io/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
Source: anax | ||
Version: 2.1.0-5 | ||
Description: An open source C++ entity system. <https://github.com/miguelmartin75/anax> | ||
Description: An open source C++ entity system. | ||
Homepage: https://github.com/miguelmartin75/anax |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
Source: autobahn | ||
Version: 18.4.1 | ||
Build-Depends: websocketpp, msgpack, boost-asio, boost-thread | ||
Description: WAMP for C++ in Boost/Asio https://crossbar.io/autobahn | ||
Description: WAMP for C++ in Boost/Asio | ||
Homepage: https://crossbar.io/autobahn |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
Source: bond | ||
Maintainer: [email protected] | ||
Version: 7.0.2-2 | ||
Description: Bond is a cross-platform framework for working with schematized data. It supports cross-language de/serialization and powerful generic mechanisms for efficiently manipulating data. Bond is broadly used at Microsoft in high scale services. <https://github.com/Microsoft/bond> | ||
Description: Bond is a cross-platform framework for working with schematized data. It supports cross-language de/serialization and powerful generic mechanisms for efficiently manipulating data. Bond is broadly used at Microsoft in high scale services. | ||
Homepage: https://github.com/Microsoft/bond | ||
Build-Depends: rapidjson, boost-config, boost-utility, boost-assign |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
Source: box2d | ||
Version: 2.3.1-374664b-2 | ||
Description: Box2D (http://box2d.org) is an open source C++ engine for simulating rigid bodies in 2D. | ||
Description: An open source C++ engine for simulating rigid bodies in 2D. | ||
Homepage: http://box2d.org |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
Source: capnproto | ||
Version: 0.7.0-1 | ||
Description: Data interchange format and capability-based RPC system https://capnproto.org/ | ||
Description: Data interchange format and capability-based RPC system | ||
Homepage: https://capnproto.org/ | ||
Build-Depends: zlib |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Source: catch2 | ||
Version: 2.7.2 | ||
Description: A modern, header-only test framework for unit testing. | ||
Issues, PRs and changelogs can be found at https://github.com/catchorg/Catch2 | ||
Homepage: https://github.com/catchorg/Catch2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
Source: cli11 | ||
Version: 1.8.0 | ||
Description: CLI11 is a command line parser for C++11 and beyond that provides a rich feature set with a simple and intuitive interface. <https://github.com/CLIUtils/CLI11> | ||
Description: CLI11 is a command line parser for C++11 and beyond that provides a rich feature set with a simple and intuitive interface. | ||
Homepage: https://github.com/CLIUtils/CLI11 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
Source: entityx | ||
Version: 1.3.0-1 | ||
Description: EntityX - A fast, type-safe C++ Entity-Component system. <https://github.com/alecthomas/entityx> | ||
Description: EntityX - A fast, type-safe C++ Entity-Component system. | ||
Homepage: https://github.com/alecthomas/entityx |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
Source: entt | ||
Version: 3.0.0-1 | ||
Description: Gaming meets modern C++ - a fast and reliable entity-component system and much more. <https://github.com/skypjack/entt> | ||
Description: Gaming meets modern C++ - a fast and reliable entity-component system and much more. | ||
Homepage: https://github.com/skypjack/entt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
Source: exiv2 | ||
Version: 0.27 | ||
Build-Depends: zlib, expat, libiconv, gettext | ||
Description: Image metadata library and tools http://www.exiv2.org | ||
Description: Image metadata library and tools | ||
Homepage: http://www.exiv2.org | ||
|
||
Feature: unicode | ||
Description: Compile with unicode support on windows |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
Source: flatbuffers | ||
Version: 1.11.0 | ||
Description: Memory Efficient Serialization Library http://google.github.io/flatbuffers/ | ||
Description: Memory Efficient Serialization Library | ||
FlatBuffers is an efficient cross platform serialization library for games and other memory constrained apps. It allows you to directly access serialized data without unpacking/parsing it first, while still having great forwards/backwards compatibility. | ||
Homepage: http://google.github.io/flatbuffers/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
Source: fmilib | ||
Version: 2.0.3-1 | ||
Description: FMI library is intended as a foundation for applications interfacing FMUs (Functional Mockup Units) that follow FMI Standard. This version of the library supports FMI 1.0 and FMI2.0. See http://www.fmi-standard.org/ | ||
Description: FMI library is intended as a foundation for applications interfacing FMUs (Functional Mockup Units) that follow FMI Standard. This version of the library supports FMI 1.0 and FMI2.0. | ||
Homepage: http://www.fmi-standard.org/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
Source: g2o | ||
Version: 20170730_git-4 | ||
Build-Depends: suitesparse, eigen3, clapack (!osx), ceres | ||
Description: g2o: A General Framework for Graph Optimization http://openslam.org/g2o.html | ||
Description: g2o: A General Framework for Graph Optimization | ||
Homepage: http://openslam.org/g2o.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
Source: getopt-win32 | ||
Version: 0.1 | ||
Description: An implementation of getopt provided by https://github.com/libimobiledevice-win32 | ||
Description: An implementation of getopt. | ||
Homepage: https://github.com/libimobiledevice-win32 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
Source: gli | ||
Version: dd17acf | ||
Build-Depends: glm | ||
Description: OpenGL Image (GLI) https://gli.g-truc.net | ||
Description: OpenGL Image (GLI) | ||
Homepage: https://gli.g-truc.net |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
Source: glibmm | ||
Version: 2.52.1-9 | ||
Description: This is glibmm, a C++ API for parts of glib that are useful for C++. See http://www.gtkmm.org. | ||
Description: This is glibmm, a C++ API for parts of glib that are useful for C++. | ||
Homepage: http://www.gtkmm.org. | ||
Build-Depends: zlib, pcre, libffi, gettext, libiconv, glib, libsigcpp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
Source: glm | ||
Version: 0.9.9.5-3 | ||
Description: OpenGL Mathematics (GLM) https://glm.g-truc.net | ||
Description: OpenGL Mathematics (GLM) | ||
Homepage: https://glm.g-truc.net |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,5 @@ Source: globjects | |
Maintainer: [email protected] | ||
Version: 1.1.0-2018-09-19-1 | ||
Build-Depends: glbinding, glm | ||
Description: C++ library strictly wrapping OpenGL objects. <https://github.com/cginternals/globjects> | ||
Description: C++ library strictly wrapping OpenGL objects. | ||
Homepage: https://github.com/cginternals/globjects |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
Source: kd-soap | ||
Version: 1.8.0 | ||
Description: A Qt-based client-side and server-side SOAP component http://www.kdab.com/products/kd-soap | ||
Description: A Qt-based client-side and server-side SOAP component | ||
Homepage: http://www.kdab.com/products/kd-soap | ||
Build-Depends: qt5-base |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
Source: mdnsresponder | ||
Version: 765.30.11 | ||
Description: The mDNSResponder project is a component of Bonjour, Apple's ease-of-use IP networking initiative: <http://developer.apple.com/bonjour/> | ||
Description: The mDNSResponder project is a component of Bonjour, Apple's ease-of-use IP networking initiative. | ||
Homepage: http://developer.apple.com/bonjour/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
Source: moos-core | ||
Version: 10.4.0-2 | ||
Description: A very light weight, easy to use middleware. See the MOOS homepage at https://sites.google.com/site/moossoftware/ for more information and documentation. | ||
Description: A very light weight, easy to use middleware. | ||
Homepage: https://sites.google.com/site/moossoftware/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
Source: moos-essential | ||
Version: 10.0.1-1 | ||
Description: a set of useful applications that leverage the core-moos communications layer See the MOOS homepage at https://sites.google.com/site/moossoftware/ for more information and documentation. | ||
Description: a set of useful applications that leverage the core-moos communications layer. | ||
Homepage: https://sites.google.com/site/moossoftware/ | ||
Build-Depends: moos-core |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
Source: moos-ui | ||
Version: 10.0.1-1 | ||
Description: set of user interface tools to use and leverage the MOOS project. See the MOOS homepage at https://sites.google.com/site/moossoftware/ for more information and documentation. | ||
Description: set of user interface tools to use and leverage the MOOS project. | ||
Homepage: https://sites.google.com/site/moossoftware/ | ||
Build-Depends: moos-core | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
Source: opentracing | ||
Version: 1.5.1 | ||
Description: C++ implementation of the OpenTracing API http://opentracing.io | ||
Description: C++ implementation of the OpenTracing API | ||
Homepage: http://opentracing.io |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
Source: qca | ||
Version: 2.2.1 | ||
Description: Qt Cryptographic Architecture (QCA). Sources: https://cgit.kde.org/qca.git/ | ||
Description: Qt Cryptographic Architecture (QCA). | ||
Homepage: https://cgit.kde.org/qca.git/ | ||
Build-Depends: qt5-base |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
Source: rapidjson | ||
Version: 1.1.0-3 | ||
Description: A fast JSON parser/generator for C++ with both SAX/DOM style API <http://rapidjson.org/> | ||
Description: A fast JSON parser/generator for C++ with both SAX/DOM style API | ||
Homepage: http://rapidjson.org/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
Source: readline-win32 | ||
Version: 5.0-2 | ||
Description: Implementation of readline for Windows Desktop provided by https://github.com/lltcggie | ||
Description: Implementation of readline for Windows Desktop | ||
Homepage: https://github.com/lltcggie |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
Source: rxqt | ||
Version: bb2138c | ||
Description: The Reactive Extensions for Qt. <https://github.com/tetsurom/rxqt> | ||
Description: The Reactive Extensions for Qt. | ||
Homepage: https://github.com/tetsurom/rxqt | ||
Build-Depends: rxcpp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
Source: sdl2pp | ||
Version: 0.16.0-1 | ||
Description: C++11 bindings/wrapper for SDL2 https://sdl2pp.amdmi3.ru | ||
Description: C++11 bindings/wrapper for SDL2 | ||
Homepage: https://sdl2pp.amdmi3.ru | ||
Build-Depends: sdl2, sdl2-mixer, sdl2-image, sdl2-ttf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
Source: spectra | ||
Version: 0.8.0 | ||
Description: A header-only C++ library for large scale eigenvalue problems https://spectralib.org | ||
Description: A header-only C++ library for large scale eigenvalue problems | ||
Homepage: https://spectralib.org | ||
Build-Depends: eigen3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
Source: think-cell-range | ||
Maintainer: [email protected] | ||
Version: 498839d-1 | ||
Description: think-cell's range library <https://think-cell.com>, <https://github.com/think-cell/range>, <https://www.think-cell.com/en/career/talks/ranges/#1> | ||
Description: think-cell's range library | ||
Homepage: https://github.com/think-cell/range | ||
Build-Depends: boost |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
Source: treehopper | ||
Version: 1.11.3-2 | ||
Description: Treehopper connects the physical world to your computer, tablet, or smartphone. For more information, visit https://treehopper.io. | ||
Description: Treehopper connects the physical world to your computer, tablet, or smartphone. | ||
Homepage: https://treehopper.io |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Source: trompeloeil | ||
Version: 34 | ||
Description: A thread-safe header-only mocking framework for C++11/14 using the Boost Software License 1.0 | ||
For issues/pull requests/questions visit https://github.com/rollbear/trompeloeil | ||
Homepage: https://github.com/rollbear/trompeloeil |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
Source: uvw | ||
Version: 1.17.0_libuv-v1.29 | ||
Description: Header-only, event based, tiny and easy to use libuv wrapper in modern C++. <https://github.com/skypjack/uvw> | ||
Description: Header-only, event based, tiny and easy to use libuv wrapper in modern C++. | ||
Homepage: https://github.com/skypjack/uvw | ||
Build-Depends: libuv |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
Source: zstd | ||
Version: 1.4.0 | ||
Description: Zstandard - Fast real-time compression algorithm http://www.zstd.net | ||
Description: Zstandard - Fast real-time compression algorithm | ||
Homepage: http://www.zstd.net |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters