packages feed

hslua-examples-2.0.0: wishlist/filter.lua

return function (wish)
  return wish.child.nice and
    wish.toy == 'TrainSet'
end