sbt/modules/lm-coursier/src/main/contraband/info.json

34 lines
634 B
JSON

{
"types": [
{
"name": "Info",
"namespace": "lmcoursier.definitions",
"target": "Scala",
"parents": [],
"type": "record",
"fields": [
{
"name": "description",
"type": "String"
},
{
"name": "homePage",
"type": "String"
},
{
"name": "licenses",
"type": "Seq[(String, Option[String])]"
},
{
"name": "developers",
"type": "Seq[Developer]"
},
{
"name": "publication",
"type": "Option[DateTime]"
}
]
}
]
}