{
    "containers": {
      "id": {
          "implementations": "impl_fulfill_cluster",
          "clusters": "var_cluster",
          "prototypes": "proto_cluster",
          "linkedlist": "linkedlist"
      }, 
      
      "impl": {
        "solid": "solid",
        "onthefly": "on_the_fly"
      }
    },
    
    "logging": {
      "id": "logging"
    },
    
    "function-entry": "entry",
    
    "clasp": {
      "bindings" : {
        "variable": "bind",
        "function": "bind_func",
        "scope": "bind_scope"
      },
      
      "nonevalue": "nonevalue",
      "ret": {
        "symbol": "retv",
        "tag": "ret"
      } 
    },
    
    "tests": { 
      "template": "default",
      
      "templates": {
        "default": "*-",
        "types": "Types*-",
        "containers": "Containers*-",
        "ast": "AST*",
        "non-containers": "*-Containers*",
        "libxml2": "libxml2*",
        "log":  "Logging*",
        "cfg": "CFG.testLoopContextExists"
      }
    }
}
