Artifact b4c03880293113bee114c4fa1d22adc464815f47f3602cc68f0212d6a444731b:
- File pkgdata.lua — part of check-in [e18c9de34d] at 2020-12-10 05:28:52 on branch trunk — initial commit (user: lexi, size: 417) [annotate] [blame] [check-ins using]
local util = dofile('common.lua') local sthunk = function(...) local a = {...} return function() return util.exec(a) end end return { mbedtls = { libs = {'mbedtls', 'mbedcrypto', 'mbedx509'}; osvars = { linux_nixos = { -- lacks a *.pc on nixos systems prefix = sthunk('nix', 'path-info', 'nixos.mbedtls'); } }; vars = { builddir = '/library' }; }; libhttp = { vars = { builddir = '/lib' }; }; }