Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : msgpack | name : msgpack | ||||
| version : 3.3.0 | version : 4.0.0 | ||||
| release : 4 | release : 5 | ||||
| source : | source : | ||||
| - https://github.com/msgpack/msgpack-c/archive/refs/tags/cpp-3.3.0.tar.gz : 754c3ace499a63e45b77ef4bcab4ee602c2c414f58403bce826b76ffc2f77d0b | - https://github.com/msgpack/msgpack-c/archive/refs/tags/c-4.0.0.tar.gz : 656ebe4566845e7bda9c097b625ba59ac72ddfd45df6017172d46d9ac7365aa3 | ||||
| license : BSL-1.0 | license : BSL-1.0 | ||||
| component : programming | component : programming | ||||
| summary : An efficient object serialization library | summary : An efficient object serialization library | ||||
| description: | | description: | | ||||
| MessagePack is an efficient binary serialization format. It lets you exchange data among multiple languages like JSON. But it's faster and smaller. Small integers are encoded into a single byte, and typical short strings require only one extra byte in addition to the strings themselves. | MessagePack is an efficient binary serialization format. It lets you exchange data among multiple languages like JSON. But it's faster and smaller. Small integers are encoded into a single byte, and typical short strings require only one extra byte in addition to the strings themselves. | ||||
| builddeps : | builddeps : | ||||
| - gtest-devel | - gtest-devel | ||||
| setup : | | setup : | | ||||
| %cmake . \ | %cmake . \ | ||||
| -DCMAKE_INSTALL_LIBDIR=%libdir% \ | -DCMAKE_INSTALL_LIBDIR=%libdir% \ | ||||
| -DMSGPACK_CXX11=ON | -DMSGPACK_CXX11=ON \ | ||||
| -DMSGPACK_BUILD_TESTS=ON | |||||
| build : | | build : | | ||||
| %make | %make | ||||
| install : | | install : | | ||||
| %make_install | %make_install | ||||
| rm $installdir/%libdir%/*.a | rm $installdir/%libdir%/*.a | ||||
| check : | | check : | | ||||
| %make test | %make test | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.