X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=matita%2Fcomponents%2Fxml%2Fdune;fp=matita%2Fcomponents%2Fxml%2Fdune;h=fb60d63c67427df1a3a6c4bb9346f3bd59c367b0;hb=712af5b8dc7dab1ebfa6532b73b91c96cb4c6837;hp=0000000000000000000000000000000000000000;hpb=926bd86002f91d2bf2a3ce7376309f5106268959;p=helm.git diff --git a/matita/components/xml/dune b/matita/components/xml/dune new file mode 100644 index 000000000..fb60d63c6 --- /dev/null +++ b/matita/components/xml/dune @@ -0,0 +1,9 @@ +(library + (name helm_xml) + (libraries zip expat helm_extlib camlp-streams) + (preprocess (action (system "camlp5o %{input-file}"))) + (wrapped false) + (modules (:standard \ test))) +(env + (dev + (flags (:standard -w @A-52-4-34-37-45-9-44-48-6-32-20-58-7-57-3-68-69-70-50))))