summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/lua-ffi/package.py
blob: df080274843fda64efc1b3a50f986d59f349efed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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 LuaFfi(LuaPackage):
    """luajit FFI for interpreted lua"""

    homepage = "https://github.com/facebook/luaffifb/"
    git = "https://github.com/facebook/luaffifb/"
    url = "https://github.com/facebook/luaffifb/"

    maintainers = ['trws']

    version('0.0.1.fakever', git="https://github.com/facebook/luaffifb/", commit='a1cb731b08c91643b0665935eb5622b3d621211b')

    depends_on('lua@5.1:5.1.99')