Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2015
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. OASISFormat: 0.4
  2. Name: stream
  3. Version: 0.1
  4. Synopsis: ---
  5. Authors: ---
  6. BuildTools: ocamlbuild
  7. License: MIT
  8. Plugins: META (0.4), DevFiles (0.4)
  9.  
  10. Library "stream"
  11. Path: lib
  12. BuildTools: ocamlbuild
  13. Modules: Stream
  14.  
  15. Executable "test_stream"
  16. Path: test
  17. MainIs: test_stream.ml
  18. Build$: flag(tests)
  19. Install: false
  20. BuildDepends: stream
  21.  
  22. Test test_stream
  23. Run$: flag(tests)
  24. Command: $test_stream
  25. TestTools: test_stream
  26. WorkingDirectory: _build/lib
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement