]> matita.cs.unibo.it Git - helm.git/blob - helm/ocaml/registry/tests/sample.xml
added get_pair method
[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     <key name="int_pair">19 23</key>
21   </section>
22   <section name="triciclo">
23     <section name="foo1">
24       <key name="bar2">aaa</key>
25       <key name="bar3">bbb</key>
26     </section>
27     <section name="foo2">
28       <key name="bar1">quux</key>
29     </section>
30     <key name="basedir">/public/helm_library</key>
31     <key name="constant_type_file">$(triciclo.basedir)/constanttype</key>
32     <key name="environment_file">$(triciclo.basedir)/environment</key>
33     <key name="inner_types_file">$(triciclo.basedir)/innertypes</key>
34     <key name="proof_file">$(triciclo.basedir)/currentproof</key>
35     <key name="proof_file_type">$(triciclo.basedir)/currentprooftype</key>
36   </section>
37   <section name="uwobo">
38     <key name="url">http://localhost:58080/</key>
39   </section>
40 </helm_registry>