nvim-neorocks / rocks

An alternative frontend app for luarocks.org
MIT License
12 stars 0 forks source link

feat(lib/rockspec): parse build information #8

Closed mrcjkb closed 5 months ago

mrcjkb commented 5 months ago

Followed by #9

In a follow-up PR, I will replace the BuildType enum with a BuildBackendSpec type that we will parse using an intermediate struct, similar to what I did with the source spec.

vhyrro commented 5 months ago

LGTM