-
Notifications
You must be signed in to change notification settings - Fork 0
/
_oasis
45 lines (37 loc) · 975 Bytes
/
_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
OASISFormat: 0.4
Name: Llvmgraph
Version: 0.2
Synopsis: Ocamlgraph overlay for llvm
Authors: Gabriel Radanne <drupyog@zoho.com>
License: MIT
Plugins: META (0.3), DevFiles (0.3)
BuildTools: ocamlbuild
Library llvmgraph
Path: src
Modules: Llvmgraph
CompiledObject: best
BuildDepends: llvm, ocamlgraph
Executable colordot
Install: false
Build$: flag(tests)
Path: test
MainIs: colordot.ml
CompiledObject: best
BuildDepends: llvmgraph, llvm.bitreader, str
Test colordot
Command:
clang -c -emit-llvm -o example.bc ../test/example.c
$colordot example.bc example.dot
TestTools: colordot
WorkingDirectory: _build
AlphaFeatures: ocamlbuild_more_args
Document llvmgraph
Install: false
Type: ocamlbuild (0.3)
BuildTools: ocamldoc
Title: API reference for Llvmgraph
XOCamlbuildPath: .
XOCamlbuildExtraArgs:
"-docflags '-colorize-code -short-functors -charset utf-8'"
XOCamlbuildLibraries:
llvmgraph