summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/raptor2/package.py
blob: dfea7c6e431c8114d286920dfaf8da4fd53605e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 2013-2023 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 Raptor2(AutotoolsPackage):
    """libraptor2 for parsing and serializing RDF syntaxes"""

    homepage = "https://librdf.org/"
    url = "https://download.librdf.org/source/raptor2-2.0.15.tar.gz"

    license("LGPL-2.1-or-later")

    version("2.0.15", sha256="ada7f0ba54787b33485d090d3d2680533520cd4426d2f7fb4782dd4a6a1480ed")

    depends_on("libxml2")