caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] How do I set up multiple source directories in oasis?
@ 2016-12-24  5:21 Martin DeMello
  0 siblings, 0 replies; only message in thread
From: Martin DeMello @ 2016-12-24  5:21 UTC (permalink / raw)
  To: caml-list

[-- Attachment #1: Type: text/plain, Size: 729 bytes --]

this is my project tree:

├── src
│   ├── frontend
│   └── plugins
│       ├── aclite
│       └── json

I have a library, src/converter.ml that depends on src/plugins/* which I
have set up via

INCLUDES=-I src -I src/plugins/aclite -I src/plugins/json

ocamlbuild -use-ocamlfind $(INCLUDES) ....

I'm trying to convert it over to using oasis via source_patterns, but this
doesn't seem to be working

  Path: src/
  InterfacePatterns: .,plugins/aclite,plugins/json
  ImplementationPatterns: .,plugins/aclite,plugins/json

am I doing it wrong or is that not the problem source_patterns is meant to
solve? I couldn't find any documentation or examples for it.

martin

[-- Attachment #2: Type: text/html, Size: 1441 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-12-24  5:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-24  5:21 [Caml-list] How do I set up multiple source directories in oasis? Martin DeMello

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).