mirror of
https://github.com/status-im/NimYAML.git
synced 2025-01-12 04:24:16 +00:00
2ce212b79a
* Updated changelog, readme and nimble file * moved nimble file from nimyaml.nimble to yaml.nimble because the nimble package has been renamed * Updated documentation about nimble package
11 lines
180 B
Nim
11 lines
180 B
Nim
# Package
|
|
|
|
version = "0.5.0"
|
|
author = "Felix Krause"
|
|
description = "YAML 1.2 implementation for Nim"
|
|
license = "MIT"
|
|
|
|
# Dependencies
|
|
|
|
requires "nim >= 0.13.1"
|