---
Function {
 argument: Destructured {
  identifier: None,
  arguments: [
   DestructuredArgument {
    identifier: "config",
    default: None,
   },
   DestructuredArgument {
    identifier: "lib",
    default: None,
   },
   DestructuredArgument {
    identifier: "pkgs",
    default: None,
   },
  ],
  ellipsis: true,
 },
 definition: With {
  expression: Variable {
   identifier: "pkgs",
   position: (3, 6),
  },
  target: With {
   expression: Variable {
    identifier: "lib",
    position: (4, 6),
   },
   target: LetIn {
    bindings: [
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "cfg",
         position: (8, 3),
        },
       ],
      },
      to: PropertyAccess {
       expression: Variable {
        identifier: "config",
        position: (8, 9),
       },
       attribute_path: AttributePath {
        parts: [
         Raw {
          content: "services",
          position: (8, 16),
         },
         Raw {
          content: "activemq",
          position: (8, 25),
         },
        ],
       },
       default: None,
      },
     },
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "activemqBroker",
         position: (10, 3),
        },
       ],
      },
      to: FunctionApplication {
       function: PropertyAccess {
        expression: Variable {
         identifier: "stdenv",
         position: (10, 20),
        },
        attribute_path: AttributePath {
         parts: [
          Raw {
           content: "mkDerivation",
           position: (10, 27),
          },
         ],
        },
        default: None,
       },
       arguments: [
        Map {
         bindings: [
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "name",
              position: (11, 5),
             },
            ],
           },
           to: String {
            parts: [
             Raw {
              content: "activemq-broker",
              position: (11, 13),
             },
            ],
            position: (11, 12),
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "phases",
              position: (12, 5),
             },
            ],
           },
           to: List {
            elements: [
             String {
              parts: [
               Raw {
                content: "installPhase",
                position: (12, 17),
               },
              ],
              position: (12, 16),
             },
            ],
            position: (12, 14),
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "buildInputs",
              position: (13, 5),
             },
            ],
           },
           to: List {
            elements: [
             Variable {
              identifier: "jdk",
              position: (13, 21),
             },
            ],
            position: (13, 19),
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "installPhase",
              position: (14, 5),
             },
            ],
           },
           to: String {
            parts: [
             Raw {
              content: "mkdir -p $out/lib\nsource ",
              position: (15, 1),
             },
             Expression {
              expression: Variable {
               identifier: "activemq",
               position: (16, 16),
              },
             },
             Raw {
              content: "/lib/classpath.env\nexport CLASSPATH\nln -s \"",
              position: (16, 25),
             },
             Expression {
              expression: Path {
               parts: [
                Raw {
                 content: "./ActiveMQBroker.java",
                 position: (18, 16),
                },
               ],
               position: (18, 16),
              },
             },
             Raw {
              content: "\" ActiveMQBroker.java\njavac -d $out/lib ActiveMQBroker.java\n",
              position: (18, 38),
             },
            ],
            position: (14, 20),
           },
          },
         ],
         recursive: false,
         position: (10, 40),
        },
       ],
      },
     },
    ],
    target: Map {
     bindings: [
      Binding {
       from: AttributePath {
        parts: [
         Raw {
          content: "options",
          position: (25, 3),
         },
        ],
       },
       to: Map {
        bindings: [
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "services",
             position: (26, 5),
            },
            Raw {
             content: "activemq",
             position: (26, 14),
            },
           ],
          },
          to: Map {
           bindings: [
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "enable",
                position: (27, 7),
               },
              ],
             },
             to: FunctionApplication {
              function: Variable {
               identifier: "mkOption",
               position: (27, 16),
              },
              arguments: [
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "type",
                     position: (28, 9),
                    },
                   ],
                  },
                  to: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (28, 16),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "bool",
                      position: (28, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "default",
                     position: (29, 9),
                    },
                   ],
                  },
                  to: Variable {
                   identifier: "false",
                   position: (29, 19),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "description",
                     position: (30, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "Enable the Apache ActiveMQ message broker service.\n",
                     position: (31, 1),
                    },
                   ],
                   position: (30, 23),
                  },
                 },
                ],
                recursive: false,
                position: (27, 25),
               },
              ],
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "configurationDir",
                position: (34, 7),
               },
              ],
             },
             to: FunctionApplication {
              function: Variable {
               identifier: "mkOption",
               position: (34, 26),
              },
              arguments: [
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "default",
                     position: (35, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Expression {
                     expression: Variable {
                      identifier: "activemq",
                      position: (35, 22),
                     },
                    },
                    Raw {
                     content: "/conf",
                     position: (35, 31),
                    },
                   ],
                   position: (35, 19),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "defaultText",
                     position: (36, 9),
                    },
                   ],
                  },
                  to: FunctionApplication {
                   function: Variable {
                    identifier: "literalExpression",
                    position: (36, 23),
                   },
                   arguments: [
                    String {
                     parts: [
                      Raw {
                       content: "\"",
                       position: (36, 43),
                      },
                      Raw {
                       content: "$",
                       position: (36, 44),
                      },
                      Raw {
                       content: "{pkgs.activemq}/conf\"",
                       position: (36, 47),
                      },
                     ],
                     position: (36, 41),
                    },
                   ],
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "type",
                     position: (37, 9),
                    },
                   ],
                  },
                  to: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (37, 16),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "str",
                      position: (37, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "description",
                     position: (38, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "The base directory for ActiveMQ's configuration.\nBy default, this directory is searched for a file named activemq.xml,\nwhich should contain the configuration for the broker service.\n",
                     position: (39, 1),
                    },
                   ],
                   position: (38, 23),
                  },
                 },
                ],
                recursive: false,
                position: (34, 35),
               },
              ],
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "configurationURI",
                position: (44, 7),
               },
              ],
             },
             to: FunctionApplication {
              function: Variable {
               identifier: "mkOption",
               position: (44, 26),
              },
              arguments: [
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "type",
                     position: (45, 9),
                    },
                   ],
                  },
                  to: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (45, 16),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "str",
                      position: (45, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "default",
                     position: (46, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "xbean:activemq.xml",
                     position: (46, 20),
                    },
                   ],
                   position: (46, 19),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "description",
                     position: (47, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "The URI that is passed along to the BrokerFactory to\nset up the configuration of the ActiveMQ broker service.\nYou should not need to change this. For custom configuration,\nset the <literal>configurationDir</literal> instead, and create\nan activemq.xml configuration file in it.\n",
                     position: (48, 1),
                    },
                   ],
                   position: (47, 23),
                  },
                 },
                ],
                recursive: false,
                position: (44, 35),
               },
              ],
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "baseDir",
                position: (55, 7),
               },
              ],
             },
             to: FunctionApplication {
              function: Variable {
               identifier: "mkOption",
               position: (55, 17),
              },
              arguments: [
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "type",
                     position: (56, 9),
                    },
                   ],
                  },
                  to: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (56, 16),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "str",
                      position: (56, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "default",
                     position: (57, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "/var/activemq",
                     position: (57, 20),
                    },
                   ],
                   position: (57, 19),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "description",
                     position: (58, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "The base directory where ActiveMQ stores its persistent data and logs.\nThis will be overridden if you set \"activemq.base\" and \"activemq.data\"\nin the <literal>javaProperties</literal> option. You can also override\nthis in activemq.xml.\n",
                     position: (59, 1),
                    },
                   ],
                   position: (58, 23),
                  },
                 },
                ],
                recursive: false,
                position: (55, 26),
               },
              ],
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "javaProperties",
                position: (65, 7),
               },
              ],
             },
             to: FunctionApplication {
              function: Variable {
               identifier: "mkOption",
               position: (65, 24),
              },
              arguments: [
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "type",
                     position: (66, 9),
                    },
                   ],
                  },
                  to: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (66, 16),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "attrs",
                      position: (66, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "default",
                     position: (67, 9),
                    },
                   ],
                  },
                  to: Map {
                   bindings: [],
                   recursive: false,
                   position: (67, 19),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "example",
                     position: (68, 9),
                    },
                   ],
                  },
                  to: FunctionApplication {
                   function: Variable {
                    identifier: "literalExpression",
                    position: (68, 19),
                   },
                   arguments: [
                    String {
                     parts: [
                      Raw {
                       content: "{\n  \"java.net.preferIPv4Stack\" = \"true\";\n}\n",
                       position: (69, 1),
                      },
                     ],
                     position: (68, 37),
                    },
                   ],
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "apply",
                     position: (73, 9),
                    },
                   ],
                  },
                  to: Function {
                   argument: Simple {
                    identifier: "attrs",
                   },
                   definition: BinaryOperation {
                    operator: Update,
                    operands: [
                     Map {
                      bindings: [
                       Binding {
                        from: AttributePath {
                         parts: [
                          Expression {
                           expression: String {
                            parts: [
                             Raw {
                              content: "activemq.base",
                              position: (74, 12),
                             },
                            ],
                            position: (74, 11),
                           },
                          },
                         ],
                        },
                        to: String {
                         parts: [
                          Expression {
                           expression: PropertyAccess {
                            expression: Variable {
                             identifier: "cfg",
                             position: (74, 32),
                            },
                            attribute_path: AttributePath {
                             parts: [
                              Raw {
                               content: "baseDir",
                               position: (74, 36),
                              },
                             ],
                            },
                            default: None,
                           },
                          },
                         ],
                         position: (74, 29),
                        },
                       },
                       Binding {
                        from: AttributePath {
                         parts: [
                          Expression {
                           expression: String {
                            parts: [
                             Raw {
                              content: "activemq.data",
                              position: (75, 12),
                             },
                            ],
                            position: (75, 11),
                           },
                          },
                         ],
                        },
                        to: String {
                         parts: [
                          Expression {
                           expression: PropertyAccess {
                            expression: Variable {
                             identifier: "cfg",
                             position: (75, 32),
                            },
                            attribute_path: AttributePath {
                             parts: [
                              Raw {
                               content: "baseDir",
                               position: (75, 36),
                              },
                             ],
                            },
                            default: None,
                           },
                          },
                          Raw {
                           content: "/data",
                           position: (75, 44),
                          },
                         ],
                         position: (75, 29),
                        },
                       },
                       Binding {
                        from: AttributePath {
                         parts: [
                          Expression {
                           expression: String {
                            parts: [
                             Raw {
                              content: "activemq.conf",
                              position: (76, 12),
                             },
                            ],
                            position: (76, 11),
                           },
                          },
                         ],
                        },
                        to: String {
                         parts: [
                          Expression {
                           expression: PropertyAccess {
                            expression: Variable {
                             identifier: "cfg",
                             position: (76, 32),
                            },
                            attribute_path: AttributePath {
                             parts: [
                              Raw {
                               content: "configurationDir",
                               position: (76, 36),
                              },
                             ],
                            },
                            default: None,
                           },
                          },
                         ],
                         position: (76, 29),
                        },
                       },
                       Binding {
                        from: AttributePath {
                         parts: [
                          Expression {
                           expression: String {
                            parts: [
                             Raw {
                              content: "activemq.home",
                              position: (77, 12),
                             },
                            ],
                            position: (77, 11),
                           },
                          },
                         ],
                        },
                        to: String {
                         parts: [
                          Expression {
                           expression: Variable {
                            identifier: "activemq",
                            position: (77, 32),
                           },
                          },
                         ],
                         position: (77, 29),
                        },
                       },
                      ],
                      recursive: false,
                      position: (73, 24),
                     },
                     Variable {
                      identifier: "attrs",
                      position: (78, 14),
                     },
                    ],
                    position: (78, 11),
                   },
                   position: (73, 17),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "description",
                     position: (79, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "Specifies Java properties that are sent to the ActiveMQ\nbroker service with the \"-D\" option. You can set properties\nhere to change the behaviour and configuration of the broker.\nAll essential properties that are not set here are automatically\ngiven reasonable defaults.\n",
                     position: (80, 1),
                    },
                   ],
                   position: (79, 23),
                  },
                 },
                ],
                recursive: false,
                position: (65, 33),
               },
              ],
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "extraJavaOptions",
                position: (87, 7),
               },
              ],
             },
             to: FunctionApplication {
              function: Variable {
               identifier: "mkOption",
               position: (87, 26),
              },
              arguments: [
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "type",
                     position: (88, 9),
                    },
                   ],
                  },
                  to: FunctionApplication {
                   function: PropertyAccess {
                    expression: Variable {
                     identifier: "types",
                     position: (88, 16),
                    },
                    attribute_path: AttributePath {
                     parts: [
                      Raw {
                       content: "separatedString",
                       position: (88, 22),
                      },
                     ],
                    },
                    default: None,
                   },
                   arguments: [
                    String {
                     parts: [
                      Raw {
                       content: " ",
                       position: (88, 39),
                      },
                     ],
                     position: (88, 38),
                    },
                   ],
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "default",
                     position: (89, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [],
                   position: (89, 19),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "example",
                     position: (90, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "-Xmx2G -Xms2G -XX:MaxPermSize=512M",
                     position: (90, 20),
                    },
                   ],
                   position: (90, 19),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "description",
                     position: (91, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "Add extra options here that you want to be sent to the\nJava runtime when the broker service is started.\n",
                     position: (92, 1),
                    },
                   ],
                   position: (91, 23),
                  },
                 },
                ],
                recursive: false,
                position: (87, 35),
               },
              ],
             },
            },
           ],
           recursive: false,
           position: (26, 25),
          },
         },
        ],
        recursive: false,
        position: (25, 13),
       },
      },
      Binding {
       from: AttributePath {
        parts: [
         Raw {
          content: "config",
          position: (99, 3),
         },
        ],
       },
       to: FunctionApplication {
        function: Variable {
         identifier: "mkIf",
         position: (99, 12),
        },
        arguments: [
         PropertyAccess {
          expression: Variable {
           identifier: "cfg",
           position: (99, 17),
          },
          attribute_path: AttributePath {
           parts: [
            Raw {
             content: "enable",
             position: (99, 21),
            },
           ],
          },
          default: None,
         },
         Map {
          bindings: [
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "users",
               position: (100, 5),
              },
              Raw {
               content: "users",
               position: (100, 11),
              },
              Raw {
               content: "activemq",
               position: (100, 17),
              },
             ],
            },
            to: Map {
             bindings: [
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "description",
                  position: (101, 7),
                 },
                ],
               },
               to: String {
                parts: [
                 Raw {
                  content: "ActiveMQ server user",
                  position: (101, 22),
                 },
                ],
                position: (101, 21),
               },
              },
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "group",
                  position: (102, 7),
                 },
                ],
               },
               to: String {
                parts: [
                 Raw {
                  content: "activemq",
                  position: (102, 16),
                 },
                ],
                position: (102, 15),
               },
              },
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "uid",
                  position: (103, 7),
                 },
                ],
               },
               to: PropertyAccess {
                expression: Variable {
                 identifier: "config",
                 position: (103, 13),
                },
                attribute_path: AttributePath {
                 parts: [
                  Raw {
                   content: "ids",
                   position: (103, 20),
                  },
                  Raw {
                   content: "uids",
                   position: (103, 24),
                  },
                  Raw {
                   content: "activemq",
                   position: (103, 29),
                  },
                 ],
                },
                default: None,
               },
              },
             ],
             recursive: false,
             position: (100, 28),
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "users",
               position: (106, 5),
              },
              Raw {
               content: "groups",
               position: (106, 11),
              },
              Raw {
               content: "activemq",
               position: (106, 18),
              },
              Raw {
               content: "gid",
               position: (106, 27),
              },
             ],
            },
            to: PropertyAccess {
             expression: Variable {
              identifier: "config",
              position: (106, 33),
             },
             attribute_path: AttributePath {
              parts: [
               Raw {
                content: "ids",
                position: (106, 40),
               },
               Raw {
                content: "gids",
                position: (106, 44),
               },
               Raw {
                content: "activemq",
                position: (106, 49),
               },
              ],
             },
             default: None,
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "systemd",
               position: (108, 5),
              },
              Raw {
               content: "services",
               position: (108, 13),
              },
              Raw {
               content: "activemq_init",
               position: (108, 22),
              },
             ],
            },
            to: Map {
             bindings: [
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "wantedBy",
                  position: (109, 7),
                 },
                ],
               },
               to: List {
                elements: [
                 String {
                  parts: [
                   Raw {
                    content: "activemq.service",
                    position: (109, 21),
                   },
                  ],
                  position: (109, 20),
                 },
                ],
                position: (109, 18),
               },
              },
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "partOf",
                  position: (110, 7),
                 },
                ],
               },
               to: List {
                elements: [
                 String {
                  parts: [
                   Raw {
                    content: "activemq.service",
                    position: (110, 19),
                   },
                  ],
                  position: (110, 18),
                 },
                ],
                position: (110, 16),
               },
              },
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "before",
                  position: (111, 7),
                 },
                ],
               },
               to: List {
                elements: [
                 String {
                  parts: [
                   Raw {
                    content: "activemq.service",
                    position: (111, 19),
                   },
                  ],
                  position: (111, 18),
                 },
                ],
                position: (111, 16),
               },
              },
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "serviceConfig",
                  position: (112, 7),
                 },
                 Raw {
                  content: "Type",
                  position: (112, 21),
                 },
                ],
               },
               to: String {
                parts: [
                 Raw {
                  content: "oneshot",
                  position: (112, 29),
                 },
                ],
                position: (112, 28),
               },
              },
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "script",
                  position: (113, 7),
                 },
                ],
               },
               to: String {
                parts: [
                 Raw {
                  content: "mkdir -p \"",
                  position: (114, 1),
                 },
                 Expression {
                  expression: PropertyAccess {
                   expression: Variable {
                    identifier: "cfg",
                    position: (114, 21),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "javaProperties",
                      position: (114, 25),
                     },
                     Expression {
                      expression: String {
                       parts: [
                        Raw {
                         content: "activemq.data",
                         position: (114, 41),
                        },
                       ],
                       position: (114, 40),
                      },
                     },
                    ],
                   },
                   default: None,
                  },
                 },
                 Raw {
                  content: "\"\nchown -R activemq \"",
                  position: (114, 56),
                 },
                 Expression {
                  expression: PropertyAccess {
                   expression: Variable {
                    identifier: "cfg",
                    position: (115, 30),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "javaProperties",
                      position: (115, 34),
                     },
                     Expression {
                      expression: String {
                       parts: [
                        Raw {
                         content: "activemq.data",
                         position: (115, 50),
                        },
                       ],
                       position: (115, 49),
                      },
                     },
                    ],
                   },
                   default: None,
                  },
                 },
                 Raw {
                  content: "\"\n",
                  position: (115, 65),
                 },
                ],
                position: (113, 16),
               },
              },
             ],
             recursive: false,
             position: (108, 38),
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "systemd",
               position: (119, 5),
              },
              Raw {
               content: "services",
               position: (119, 13),
              },
              Raw {
               content: "activemq",
               position: (119, 22),
              },
             ],
            },
            to: Map {
             bindings: [
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "wantedBy",
                  position: (120, 7),
                 },
                ],
               },
               to: List {
                elements: [
                 String {
                  parts: [
                   Raw {
                    content: "multi-user.target",
                    position: (120, 21),
                   },
                  ],
                  position: (120, 20),
                 },
                ],
                position: (120, 18),
               },
              },
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "after",
                  position: (121, 7),
                 },
                ],
               },
               to: List {
                elements: [
                 String {
                  parts: [
                   Raw {
                    content: "network.target",
                    position: (121, 18),
                   },
                  ],
                  position: (121, 17),
                 },
                ],
                position: (121, 15),
               },
              },
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "path",
                  position: (122, 7),
                 },
                ],
               },
               to: List {
                elements: [
                 Variable {
                  identifier: "jre",
                  position: (122, 16),
                 },
                ],
                position: (122, 14),
               },
              },
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "serviceConfig",
                  position: (123, 7),
                 },
                 Raw {
                  content: "User",
                  position: (123, 21),
                 },
                ],
               },
               to: String {
                parts: [
                 Raw {
                  content: "activemq",
                  position: (123, 29),
                 },
                ],
                position: (123, 28),
               },
              },
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "script",
                  position: (124, 7),
                 },
                ],
               },
               to: String {
                parts: [
                 Raw {
                  content: "source ",
                  position: (125, 1),
                 },
                 Expression {
                  expression: Variable {
                   identifier: "activemq",
                   position: (125, 18),
                  },
                 },
                 Raw {
                  content: "/lib/classpath.env\nexport CLASSPATH=",
                  position: (125, 27),
                 },
                 Expression {
                  expression: Variable {
                   identifier: "activemqBroker",
                   position: (126, 28),
                  },
                 },
                 Raw {
                  content: "/lib:",
                  position: (126, 43),
                 },
                 Expression {
                  expression: PropertyAccess {
                   expression: Variable {
                    identifier: "cfg",
                    position: (126, 50),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "configurationDir",
                      position: (126, 54),
                     },
                    ],
                   },
                   default: None,
                  },
                 },
                 Raw {
                  content: ":$CLASSPATH\nexec java \\\n  ",
                  position: (126, 71),
                 },
                 Expression {
                  expression: FunctionApplication {
                   function: Variable {
                    identifier: "concatStringsSep",
                    position: (128, 13),
                   },
                   arguments: [
                    String {
                     parts: [
                      Raw {
                       content: " \\\n",
                       position: (128, 31),
                      },
                     ],
                     position: (128, 30),
                    },
                    Parentheses {
                     expression: FunctionApplication {
                      function: Variable {
                       identifier: "mapAttrsToList",
                       position: (128, 39),
                      },
                      arguments: [
                       Parentheses {
                        expression: Function {
                         argument: Simple {
                          identifier: "name",
                         },
                         definition: Function {
                          argument: Simple {
                           identifier: "value",
                          },
                          definition: String {
                           parts: [
                            Raw {
                             content: "-D",
                             position: (128, 69),
                            },
                            Expression {
                             expression: Variable {
                              identifier: "name",
                              position: (128, 73),
                             },
                            },
                            Raw {
                             content: "=",
                             position: (128, 78),
                            },
                            Expression {
                             expression: Variable {
                              identifier: "value",
                              position: (128, 81),
                             },
                            },
                           ],
                           position: (128, 68),
                          },
                          position: (128, 61),
                         },
                         position: (128, 55),
                        },
                        position: (128, 54),
                       },
                       PropertyAccess {
                        expression: Variable {
                         identifier: "cfg",
                         position: (128, 90),
                        },
                        attribute_path: AttributePath {
                         parts: [
                          Raw {
                           content: "javaProperties",
                           position: (128, 94),
                          },
                         ],
                        },
                        default: None,
                       },
                      ],
                     },
                     position: (128, 38),
                    },
                   ],
                  },
                 },
                 Raw {
                  content: " \\\n  ",
                  position: (128, 110),
                 },
                 Expression {
                  expression: PropertyAccess {
                   expression: Variable {
                    identifier: "cfg",
                    position: (129, 13),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "extraJavaOptions",
                      position: (129, 17),
                     },
                    ],
                   },
                   default: None,
                  },
                 },
                 Raw {
                  content: " ActiveMQBroker \"",
                  position: (129, 34),
                 },
                 Expression {
                  expression: PropertyAccess {
                   expression: Variable {
                    identifier: "cfg",
                    position: (129, 53),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "configurationURI",
                      position: (129, 57),
                     },
                    ],
                   },
                   default: None,
                  },
                 },
                 Raw {
                  content: "\"\n",
                  position: (129, 74),
                 },
                ],
                position: (124, 16),
               },
              },
             ],
             recursive: false,
             position: (119, 33),
            },
           },
          ],
          recursive: false,
          position: (99, 28),
         },
        ],
       },
      },
     ],
     recursive: false,
     position: (23, 4),
    },
    position: (6, 1),
   },
   position: (4, 1),
  },
  position: (3, 1),
 },
 position: (1, 1),
}