dylan-lang / deft

The Dylan CLI
MIT License
2 stars 2 forks source link

Add "platforms" to dylan-package.json #4

Open cgay opened 6 months ago

cgay commented 6 months ago

We're going to need this to know which platforms to test on when new versions are published. c.f. objc-dylan

Or we could scan the package's LID files for the Platforms: header to figure it out? That would avoid the data duplication but would it cause other problems?