def self.
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
#
def
authors=(authors : Array(String) | Nil)
#
def
dependencies=(dependencies : Hash(String,
Dependency))
#
def
description=(description : String | Nil)
#
def
development=(development : Hash(String,
Dependency))
#
def
documentation=(documentation : String | Nil)
#
def
executables=(executables : Array(String))
#
def
libraries=(libraries : Hash(String, String))
#
def
repository=(repository : String | Nil)
#
def
scripts=(scripts : Hash(String, String))
#
def
targets : Hash(String, Hash(String, String))
#
def
targets=(targets : Hash(String, Hash(String, String)))
#