packages feed

typst-0.1.0.0: test/typ/compiler/while-04.typ

// Error: 2:2-2:24 loop seems to be infinite
#let i = 1
#while i > 0 { i += 1 }