/ nix / lib / scripts / buckconfig.template
buckconfig.template
 1  # AUTO-GENERATED by aleph.lib.buck2
 2  [cxx]
 3  cc = @cc@
 4  cxx = @cxx@
 5  cpp = @cpp@
 6  ar = @ar@
 7  ld = @ld@
 8  nm = @nm@
 9  objcopy = @objcopy@
10  objdump = @objdump@
11  ranlib = @ranlib@
12  strip = @strip@
13  clang_resource_dir = @clang_resource_dir@
14  gcc_include = @gcc_include@
15  gcc_include_arch = @gcc_include_arch@
16  glibc_include = @glibc_include@
17  glibc_lib = @glibc_lib@
18  gcc_lib = @gcc_lib@
19  libcxx_include = @libcxx_include@
20  compiler_rt = @compiler_rt@
21  
22  [shortlist]
23  fmt = @fmt@
24  fmt_dev = @fmt_dev@
25  zlib_ng = @zlib_ng@
26  catch2 = @catch2@
27  catch2_dev = @catch2_dev@
28  spdlog = @spdlog@
29  spdlog_dev = @spdlog_dev@
30  mdspan = @mdspan@
31  rapidjson = @rapidjson@
32  nlohmann_json = @nlohmann_json@
33  libsodium = @libsodium@
34  libsodium_dev = @libsodium_dev@