Skip to content

Commit

Permalink
fix link error
Browse files Browse the repository at this point in the history
  • Loading branch information
dbousque committed Jun 21, 2018
1 parent 9177d68 commit aea982f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 10 deletions.
9 changes: 5 additions & 4 deletions _oasis
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ License: MIT
Plugins: META (0.3)

Library lymp
Path: srcs
BuildTools: ocamlbuild
BuildDepends: unix, threads
Modules: Lymp
Path: srcs
BuildTools: ocamlbuild
BuildDepends: unix, threads
Modules: Lymp
InternalModules: Bson
8 changes: 4 additions & 4 deletions setup.ml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(* setup.ml generated for the first time by OASIS v0.4.7 *)
(* setup.ml generated for the first time by OASIS v0.4.10 *)

(* OASIS_START *)
(* DO NOT EDIT (digest: d7c4eb4a7fb9e67b285a6352b91cdd43) *)
(* DO NOT EDIT (digest: da21425bad019b8bfa218a68747ab539) *)
(*
Regenerated by OASIS v0.4.10
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -7021,7 +7021,7 @@ let setup_t =
{
lib_modules = ["Lymp"];
lib_pack = false;
lib_internal_modules = [];
lib_internal_modules = ["Bson"];
lib_findlib_parent = None;
lib_findlib_name = None;
lib_findlib_directory = None;
Expand Down Expand Up @@ -7068,7 +7068,7 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.10";
oasis_digest = Some "E\147\n\178\252Er\129H*>d\187w\029u";
oasis_digest = Some "\229(\204\164\210y$\134\237\237((\006J\192m";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
Expand Down
3 changes: 2 additions & 1 deletion srcs/lymp.mldylib
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# OASIS_START
# DO NOT EDIT (digest: 3103b265a5aa2480625468e35396f200)
# DO NOT EDIT (digest: 4edada10b77f0a99cbffc29e8b34715f)
Lymp
Bson
# OASIS_STOP
3 changes: 2 additions & 1 deletion srcs/lymp.mllib
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# OASIS_START
# DO NOT EDIT (digest: 3103b265a5aa2480625468e35396f200)
# DO NOT EDIT (digest: 4edada10b77f0a99cbffc29e8b34715f)
Lymp
Bson
# OASIS_STOP

0 comments on commit aea982f

Please sign in to comment.