Add new package: bitsery (#19090)
This commit is contained in:
parent
830b30b8d5
commit
47e253f7fe
1 changed files with 16 additions and 0 deletions
16
var/spack/repos/builtin/packages/bitsery/package.py
Normal file
16
var/spack/repos/builtin/packages/bitsery/package.py
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# Copyright 2013-2019 Lawrence Livermore National Security, LLC and other
|
||||||
|
# Spack Project Developers. See the top-level COPYRIGHT file for details.
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
|
||||||
|
from spack import *
|
||||||
|
|
||||||
|
|
||||||
|
class Bitsery(CMakePackage):
|
||||||
|
"""Header only C++ binary serialization library. It is designed around the
|
||||||
|
networking requirements for real-time data delivery, especially for
|
||||||
|
games."""
|
||||||
|
|
||||||
|
homepage = "https://github.com/fraillt/bitsery"
|
||||||
|
url = "https://github.com/fraillt/bitsery/archive/v5.1.0.tar.gz"
|
||||||
|
|
||||||
|
version('5.1.0', sha256='8f46667db5d0b62fdaab33612108498bcbcbe9cfa48d2cd220b2129734440a8d')
|
Loading…
Reference in a new issue