1 2 3 4
backends = ["github:exaloop/codon"] description = "A high-performance, zero-overhead, extensible Python compiler with built-in NumPy support" os = ["linux", "macos"] test = { cmd = "codon --version", expected = "{{version}}" }