OASISFormat: 0.3
Name:        uint
Version:     1.1.1
Synopsis:    Unsigned ints for OCaml
Authors:     Andre Nathan, Jeff Shaw
LicenseFile: LICENSE
License:     MIT

Library uint
  Path:            lib
  BuildTools:      ocamlbuild
  CompiledObject:  best
  Modules:         Uint,
                   Uint32,
                   Uint64,
                   Uint128
  CSources:        uint32_stubs.c, uint32.h, uint64_stubs.c, uint64.h
  DataFiles:       uint32.h ($prefix/include/ocaml_uint),
                   uint64.h ($prefix/include/ocaml_uint)

Test spec
  TestTools:        ospec
  WorkingDirectory: _build/lib
  PreCommand:       cp -r ../../spec .
  Command:          ospec spec/uint*.ml
  PostCommand:      rm -rf spec

Document uint
  Title:                Uint documentation
  Type:                 ocamlbuild (0.3)
  BuildTools:           ocamlbuild
  BuildTools+:          ocamldoc
  XOCamlbuildPath:      lib
  XOCamlbuildLibraries: uint
