nimqml/examples/simpledata/simpledata.nimble

12 lines
224 B
Plaintext
Raw Normal View History

2015-09-14 21:38:02 +00:00
[Package]
bin = "main"
name = "simpledata"
version = "0.1.0"
author = "Filippo Cucchetto"
description = "simpledata"
license = "MIT"
[Deps]
2019-09-29 20:29:26 +00:00
Requires: "nim >= 1.0.0, nimqml >= 0.7.7"