Skip to content

Commit bd0aa85

Browse files
committed
Merge pull request #4 from dsheets/oasis
Oasis
2 parents 99017df + d590a0d commit bd0aa85

File tree

3 files changed

+71
-69
lines changed

3 files changed

+71
-69
lines changed

_oasis

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,18 @@ Executable test
3232
MainIs: test.ml
3333
BuildDepends: threads, fd-send-recv
3434
CompiledObject: best
35-
35+
Install: false
3636

3737
Executable test_fork
3838
Path: test
3939
MainIs: test_fork.ml
4040
BuildDepends: fd-send-recv
4141
CompiledObject: best
42+
Install: false
4243

4344
Executable test_tuntap
4445
Build$: flag(tuntap)
45-
Install$: flag(tuntap)
46+
Install: false
4647
Path: test
4748
MainIs: test_tuntap.ml
4849
BuildDepends: fd-send-recv, tuntap
@@ -58,4 +59,4 @@ Test test_fork
5859

5960
Test test_tuntap
6061
Command: ./test_tuntap.native
61-
Run: true
62+
Run$: flag(tuntap)

myocamlbuild.ml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(* OASIS_START *)
2-
(* DO NOT EDIT (digest: b04a4a159fb9e4ff2046fce320be5134) *)
2+
(* DO NOT EDIT (digest: 67b224ee2427a75e6181776d9d5bca9a) *)
33
module OASISGettext = struct
4-
(* # 21 "/home/vb/.opam/system/build/oasis.0.3.0/src/oasis/OASISGettext.ml" *)
4+
(* # 21 "src/oasis/OASISGettext.ml" *)
55

66
let ns_ str =
77
str
@@ -24,7 +24,7 @@ module OASISGettext = struct
2424
end
2525

2626
module OASISExpr = struct
27-
(* # 21 "/home/vb/.opam/system/build/oasis.0.3.0/src/oasis/OASISExpr.ml" *)
27+
(* # 21 "src/oasis/OASISExpr.ml" *)
2828

2929

3030

@@ -116,7 +116,7 @@ end
116116

117117
# 117 "myocamlbuild.ml"
118118
module BaseEnvLight = struct
119-
(* # 21 "/home/vb/.opam/system/build/oasis.0.3.0/src/base/BaseEnvLight.ml" *)
119+
(* # 21 "src/base/BaseEnvLight.ml" *)
120120

121121
module MapString = Map.Make(String)
122122

@@ -214,7 +214,7 @@ end
214214

215215
# 215 "myocamlbuild.ml"
216216
module MyOCamlbuildFindlib = struct
217-
(* # 21 "/home/vb/.opam/system/build/oasis.0.3.0/src/plugins/ocamlbuild/MyOCamlbuildFindlib.ml" *)
217+
(* # 21 "src/plugins/ocamlbuild/MyOCamlbuildFindlib.ml" *)
218218

219219
(** OCamlbuild extension, copied from
220220
* http://brion.inria.fr/gallium/index.php/Using_ocamlfind_with_ocamlbuild
@@ -323,7 +323,7 @@ module MyOCamlbuildFindlib = struct
323323
end
324324

325325
module MyOCamlbuildBase = struct
326-
(* # 21 "/home/vb/.opam/system/build/oasis.0.3.0/src/plugins/ocamlbuild/MyOCamlbuildBase.ml" *)
326+
(* # 21 "src/plugins/ocamlbuild/MyOCamlbuildBase.ml" *)
327327

328328
(** Base functions for writing myocamlbuild.ml
329329
@author Sylvain Le Gall
@@ -339,7 +339,7 @@ module MyOCamlbuildBase = struct
339339
type name = string
340340
type tag = string
341341

342-
(* # 56 "/home/vb/.opam/system/build/oasis.0.3.0/src/plugins/ocamlbuild/MyOCamlbuildBase.ml" *)
342+
(* # 56 "src/plugins/ocamlbuild/MyOCamlbuildBase.ml" *)
343343

344344
type t =
345345
{

0 commit comments

Comments
 (0)