summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/qjson/package.py
blob: 964c1a3279997e818bb1bc782e41bc2756ef8b4a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 2013-2018 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 Qjson(CMakePackage):
    """QJson is a Qt-based library that maps JSON data to QVariant
       objects and vice versa."""

    homepage = "http://qjson.sourceforge.net/"
    url      = "https://github.com/flavio/qjson/archive/0.9.0.tar.gz"

    version('0.9.0', '2846278bb5fc9aeacab80ac14b8ed48d')

    depends_on('qt')