kdl 6.5.0

Document-oriented KDL parser and API. Allows formatting/whitespace/comment-preserving parsing and modification of KDL text.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
package {
    name kdl
    version "0.0.0"
    description "The kdl document language"
    authors "Kat Marchán <kzm@zkat.tech>"
    license-file LICENSE
    edition "2018"
}

dependencies {
    nom "6.0.1"
    thiserror "1.0.22"
}