dylan-lang / deft

The Dylan CLI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add "platforms" to dylan-package.json

cgay opened this issue · comments

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?