II.
Library JSON
Structured · livelibrary:stack-lib
Stack json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:stack-lib",
"_kind": "Library",
"_file": "domain/libraries/libraries-haskell-go-rust-extra.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Stack",
"belongsToLanguageId": "language:haskell",
"category": "other",
"description": "Cross-platform Haskell build tool that manages GHC installations,\nStackage resolver snapshots, and reproducible builds with per-project\nstack.yaml configuration.\n"
},
"outgoingEdges": [
{
"from": "library:stack-lib",
"to": "language:haskell",
"kind": "belongs_to_language"
},
{
"from": "library:stack-lib",
"to": "skill-area:cli-tooling",
"kind": "library_used_by",
"attributes": {}
},
{
"from": "library:stack-lib",
"to": "library:cabal-lib",
"kind": "alternative_to"
}
],
"incomingEdges": []
}