mirror of https://github.com/status-im/NimYAML.git
12 lines
376 B
Nim
12 lines
376 B
Nim
# NimYAML - YAML implementation in Nim
|
|
# (c) Copyright 2015 Felix Krause
|
|
#
|
|
# See the file "copying.txt", included in this
|
|
# distribution, for details about the copyright.
|
|
|
|
{.warning[UnusedImport]: off.}
|
|
import tlex, tjson, tserialization, tparser, tquickstart, tannotations, thints, tpresenter
|
|
|
|
when not defined(gcArc) or defined(gcOrc):
|
|
import tdom
|