OASISFormat: 0.1
Name:        test
Version:     0.0.1
Synopsis:    test OASIS
Authors:     ygrek
License:     BSD3
BuildTools:  ocamlbuild

Library libtest
  Path:    .
  Install: false
  Modules: Libtest
  BuildDepends: bitstring.syntax, bitstring

Document libtest
  Title:                API reference for libtest
  Type:                 ocamlbuild (0.1.0)
  InstallDir:           $htmldir/libtest
  BuildTools+:          ocamldoc
  Install:              false
  XOCamlbuildPath:      .
  XOCamlbuildLibraries: libtest

Executable test
  Path:   .
  Install: false
  MainIs: test.ml
  BuildDepends: libtest

