raptor2: new package at v2.0.15 (#21835)

This commit is contained in:
ketsubouchi 2021-02-22 18:01:05 +09:00 committed by GitHub
parent b61607e3c4
commit 14ad4fe5fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,17 @@
# Copyright 2013-2021 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 Raptor2(AutotoolsPackage):
"""libraptor2 for parsing and serializing RDF syntaxes"""
homepage = "http://librdf.org/"
url = "http://download.librdf.org/source/raptor2-2.0.15.tar.gz"
version('2.0.15', sha256='ada7f0ba54787b33485d090d3d2680533520cd4426d2f7fb4782dd4a6a1480ed')
depends_on('libxml2')