Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
samoht committed Jun 2, 2014
1 parent b936e46 commit 0912389
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 14 deletions.
4 changes: 2 additions & 2 deletions _oasis
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ Library git
Reference, Remote, Tag, Tree, User, Value,
Object, Object_type, Store, Search, Gri
BuildDepends: mstruct, dolog, core_kernel, ocamlgraph, lazy-trie,
re.pcre, zip, cryptokit, uri, lwt, patience,
re.pcre, zip, cryptokit, uri, lwt,
bin_prot.syntax, comparelib.syntax, sexplib.syntax,
conduit.lwt, uri.services
XMETARequires: mstruct, dolog, core_kernel, ocamlgraph, lazy-trie,
re.pcre, zip, cryptokit, uri, lwt, patience,
re.pcre, zip, cryptokit, uri, lwt,
conduit.lwt, uri.services

Library "git-memory"
Expand Down
7 changes: 1 addition & 6 deletions _tags
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# OASIS_START
# DO NOT EDIT (digest: 2df9629b1b9e1b2d9be3d592cb15a7b8)
# DO NOT EDIT (digest: dd728d4986555f8c15692f3ed7bd0cd8)
# Ignore VCS directories, you can use the same kind of rule outside
# OASIS_START/STOP if you want to exclude directories that contains
# useless stuff for the build process
Expand Down Expand Up @@ -52,7 +52,6 @@
<lib/*.ml{,i}>: pkg_lwt.unix
<lib/*.ml{,i}>: pkg_mstruct
<lib/*.ml{,i}>: pkg_ocamlgraph
<lib/*.ml{,i}>: pkg_patience
<lib/*.ml{,i}>: pkg_re.pcre
<lib/*.ml{,i}>: pkg_sexplib.syntax
<lib/*.ml{,i}>: pkg_uri
Expand All @@ -73,7 +72,6 @@
<bin/ogit.{native,byte}>: pkg_lwt.unix
<bin/ogit.{native,byte}>: pkg_mstruct
<bin/ogit.{native,byte}>: pkg_ocamlgraph
<bin/ogit.{native,byte}>: pkg_patience
<bin/ogit.{native,byte}>: pkg_re.pcre
<bin/ogit.{native,byte}>: pkg_sexplib.syntax
<bin/ogit.{native,byte}>: pkg_uri
Expand All @@ -95,7 +93,6 @@
<bin/*.ml{,i}>: pkg_lwt.unix
<bin/*.ml{,i}>: pkg_mstruct
<bin/*.ml{,i}>: pkg_ocamlgraph
<bin/*.ml{,i}>: pkg_patience
<bin/*.ml{,i}>: pkg_re.pcre
<bin/*.ml{,i}>: pkg_sexplib.syntax
<bin/*.ml{,i}>: pkg_uri
Expand All @@ -118,7 +115,6 @@
<lib_test/test.{native,byte}>: pkg_lwt.unix
<lib_test/test.{native,byte}>: pkg_mstruct
<lib_test/test.{native,byte}>: pkg_ocamlgraph
<lib_test/test.{native,byte}>: pkg_patience
<lib_test/test.{native,byte}>: pkg_re.pcre
<lib_test/test.{native,byte}>: pkg_sexplib.syntax
<lib_test/test.{native,byte}>: pkg_uri
Expand All @@ -140,7 +136,6 @@
<lib_test/*.ml{,i}>: pkg_lwt.unix
<lib_test/*.ml{,i}>: pkg_mstruct
<lib_test/*.ml{,i}>: pkg_ocamlgraph
<lib_test/*.ml{,i}>: pkg_patience
<lib_test/*.ml{,i}>: pkg_re.pcre
<lib_test/*.ml{,i}>: pkg_sexplib.syntax
<lib_test/*.ml{,i}>: pkg_uri
Expand Down
4 changes: 2 additions & 2 deletions lib/META
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# OASIS_START
# DO NOT EDIT (digest: 9d918e4d0c48f195cd2e385b6f71048c)
# DO NOT EDIT (digest: 49f2973975c674e380ad7df5d9fe6c68)
version = "1.1.0"
description = "A low-level interface to Git in pure OCaml"
requires =
"mstruct dolog core_kernel ocamlgraph lazy-trie re.pcre zip cryptokit uri lwt patience conduit.lwt uri.services"
"mstruct dolog core_kernel ocamlgraph lazy-trie re.pcre zip cryptokit uri lwt conduit.lwt uri.services"
archive(byte) = "git.cma"
archive(byte, plugin) = "git.cma"
archive(native) = "git.cmxa"
Expand Down
7 changes: 3 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.1 *)

(* OASIS_START *)
(* DO NOT EDIT (digest: fea717679a770e0d7441bbf751ae6b11) *)
(* DO NOT EDIT (digest: a06bdbb00b854bee170133a886441674) *)
(*
Regenerated by OASIS v0.4.4
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -6902,7 +6902,6 @@ let setup_t =
FindlibPackage ("cryptokit", None);
FindlibPackage ("uri", None);
FindlibPackage ("lwt", None);
FindlibPackage ("patience", None);
FindlibPackage ("bin_prot.syntax", None);
FindlibPackage ("comparelib.syntax", None);
FindlibPackage ("sexplib.syntax", None);
Expand Down Expand Up @@ -7158,14 +7157,14 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.4";
oasis_digest = Some "\018{a6ïå©åm!î?õjö*";
oasis_digest = Some "«\021}\150/\005]°4\1435lÛW3Â";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
};;

let setup () = BaseSetup.setup setup_t;;

# 7170 "setup.ml"
# 7169 "setup.ml"
(* OASIS_STOP *)
let () = setup ();;

0 comments on commit 0912389

Please sign in to comment.