summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/bitsery/package.py
blob: 8c55ecec87b0bf6276550ba57ed481fe6c9a01c2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 2013-2022 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.package 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')