-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_oasis
60 lines (53 loc) · 1.49 KB
/
_oasis
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Name: Firmata
Version: 0.1
Synopsis: Library to control Firmata boards like Arduino.
Authors: Leonardo Laguna Ruiz <modlfo@gmail.com>
License: GPL-3
Description: Allows to control boards supporting the Firmata protocol (firmata.org) like Arduino boards.
Homepage: https://github.com/modlfo/firmata
OASISFormat: 0.4
BuildTools: ocamlbuild
Plugins: META (0.4), DevFiles (0.4)
Library "firmata"
Path: lib
Modules: Firmata
CSources: firmata_stubs.c,serial.c,serial.h
if system(macosx)
CCOpt: -x c++ -DMACOSX
CCLib:-lstdc++
if system(linux) || system(linux_eabihf)
CCOpt: -x c++ -DLINUX
CCLib:-lstdc++
if os_type(Win32)
CCOpt:/TP /DWINDOWS
Executable "SimpleExample"
Path: examples
MainIs: SimpleExample.ml
CompiledObject: best
Install: false
BuildDepends:
firmata
if system(macosx)
CCLib:-lstdc++ -framework CoreFoundation -framework IOKit
if system(linux) || system(linux_eabihf)
CCLib:-lstdc++
Executable "NonBlockingExample"
Path: examples
MainIs: NonBlockingExample.ml
CompiledObject: best
Install: false
BuildDepends:
firmata,unix
if system(macosx)
CCLib:-lstdc++ -framework CoreFoundation -framework IOKit
if system(linux) || system(linux_eabihf)
CCLib:-lstdc++
AlphaFeatures: ocamlbuild_more_args
Document "firmata_api"
Type: ocamlbuild (0.4)
BuildTools: ocamldoc
Title: API reference for firmata
XOCamlbuildPath: .
XOCamlbuildExtraArgs:
"-docflags '-colorize-code -charset utf-8'"
XOCamlbuildLibraries: firmata