packages feed

typst-0.1.0.0: test/typ/compiler/array-35.typ

// Error: 32-37 cannot divide by zero
#(1, 2, 0, 3).sorted(key: x => 5 / x)