Name: simplelib
Version: 0.0.1
OASISFormat: 0.1
Authors: Mauricio Fernandez <mfp@acm.org>
Maintainers: Mauricio Fernandez <mfp@acm.org>
Copyrights: (C) 2008 Mauricio Fernandez
LicenseFile: LICENSE
License: LGPL with OCaml linking exception
ConfType:              custom (0.0.1)
if os_type(Win32) 
  XCustomConf:  myconfigure.bat
  XCustomBuild: make -f TopMakefile all 'OCAMLC=${ocamlc}' WIN32=true
else 
  XCustomConf:  ./myconfigure
  XCustomBuild: make -f TopMakefile all 'OCAMLC=${ocamlc}'
BuildType:             custom (0.0.1)
XCustomBuildClean:     make -f TopMakefile clean
XCustomBuildDistclean: make -f TopMakefile distclean

Synopsis: Minimal ADT just to illustrate how libs work.
Description: 
  Minimal ADT just to illustrate how libs work.
  .
  Not much more to say

Homepage: http://example.com
BuildDepends:
 extlib

Library simplelib
  Path: src
  Modules: Foo, Bar

