]> matita.cs.unibo.it Git - helm.git/blob - helm/ocaml/registry/tests/sample.xml
- support for multiple bindings of the same key, accessible via get_list
[helm.git] / helm / ocaml / registry / tests / sample.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <helm_registry>
3   <section name="annotations">
4     <key name="dir">file:///home/zack/miohelm/objects</key>
5     <key name="url">file:///home/zack/miohelm/objects</key>
6   </section>
7   <section name="getter">
8     <key name="mode">remote</key>
9     <key name="url">http://localhost:58081</key>
10   </section>
11   <section name="types">
12     <key name="string">debian</key>
13     <key name="int">1</key>
14     <key name="bool">false</key>
15     <key name="float">2.5</key>
16     <key name="int_list">11</key>
17     <key name="int_list">13</key>
18     <key name="int_list">17</key>
19     <key name="int_list">19</key>
20   </section>
21   <section name="triciclo">
22     <section name="foo1">
23       <key name="bar2">aaa</key>
24       <key name="bar3">bbb</key>
25     </section>
26     <section name="foo2">
27       <key name="bar1">quux</key>
28     </section>
29     <key name="basedir">/public/helm_library</key>
30     <key name="constant_type_file">$(triciclo.basedir)/constanttype</key>
31     <key name="environment_file">$(triciclo.basedir)/environment</key>
32     <key name="inner_types_file">$(triciclo.basedir)/innertypes</key>
33     <key name="proof_file">$(triciclo.basedir)/currentproof</key>
34     <key name="proof_file_type">$(triciclo.basedir)/currentprooftype</key>
35   </section>
36   <section name="uwobo">
37     <key name="url">http://localhost:58080/</key>
38   </section>
39 </helm_registry>