packages feed

zeolite-lang-0.18.0.0: tests/leak-check/.zeolite-module

root: "../.."
path: "tests/leak-check"
expression_map: [
  expression_macro {
    name: CPU_CORE_COUNT
    expression: 8
  }
]
private_deps: [
  "lib/container"
  "lib/thread"
  "lib/util"
]
mode: binary {
  category: LeakTest
  function: run
}