OASISFormat: 0.3
Name:        erm_xml
Version:     0.3
Authors:     Anastasia Gornostaeva
Copyrights:  (C) 2007-2012 Anastasia Gornostaeva
License:     BSD3
LicenseFile: LICENCE
Plugins:     DevFiles (0.2), META (0.2)
BuildTools:  ocamlbuild

Synopsis:    XML Stream parser
Description:
  XML Stream parser

Flag testing
  Description: Compile tests
  Default: false

Flag text
  Description: Compile testing with ocaml-text
  Default: false

Flag lwt
  Description: Compile testing with lwt
  Default: false

Library erm_xml
  Path:       src
  Modules:    Xml, Xmllexer_generic, Xmllexer, XmllexerI, XmllexerI2, 
              XmllexerE,
              Light_xml
#              Light_xml
  InternalModules: Xml_encode, Xml_decode

Executable test1
  Path:       tests
  Install:    false
  Build$:     flag(testing) && flag(text)
  MainIs:     test1.ml
  BuildDepends: erm_xml

Executable test2
  Path:       tests
  Install:    false
  Build$:     flag(testing)
  MainIs:     test2.ml
  BuildDepends: erm_xml, text

Executable test3
  Path:       tests
  Install:    false
  Build$:     flag(testing) && flag(lwt)
  MainIs:     test3.ml
  BuildDepends: erm_xml, lwt, lwt.unix

Executable light_test
  Path:       tests
  Install:    false
  Build$:     flag(testing)
  MainIs:     light_test.ml
  BuildDepends: erm_xml

Executable test
  Path: tests
  Install: false
  MainIs: test.ml
  BuildDepends: erm_xml

SourceRepository github
  Type:     git
  Location: git://github.com/ermine/xml.git
  Browser:  https://github.com/ermine/xml

