Skip to content

Commit

Permalink
Record generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris00 committed Feb 8, 2015
1 parent 8c7824c commit 1907a39
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 7 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ setup.bin
*.docdir
*.native
*.byte
lib/conf.ml
3 changes: 2 additions & 1 deletion _tags
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# OASIS_START
# DO NOT EDIT (digest: 3a1126cc930825def71880e9cfd739d1)
# DO NOT EDIT (digest: 2a142d4ea34f0b943dc2f4ea64492657)
# 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 @@ -33,6 +33,7 @@ true: annot, bin_annot
"lib/connection.cmx": for-pack(Cohttp)
"lib/body.cmx": for-pack(Cohttp)
"lib/string_io.cmx": for-pack(Cohttp)
"lib/conf.cmx": for-pack(Cohttp)
<lib/*.ml{,i,y}>: pkg_base64
<lib/*.ml{,i,y}>: pkg_bytes
<lib/*.ml{,i,y}>: pkg_fieldslib
Expand Down
3 changes: 2 additions & 1 deletion lib/cohttp.mlpack
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# OASIS_START
# DO NOT EDIT (digest: 67e2359b5db1a02e2b140598730d1456)
# DO NOT EDIT (digest: c155920e0546031ef19fb415d7852c55)
S
Code
Header
Expand All @@ -17,4 +17,5 @@ Transfer_io
Connection
Body
String_io
Conf
# OASIS_STOP
18 changes: 18 additions & 0 deletions lib/conf.ml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
(* -*-tuareg-*-
* Copyright (c) 2015 Christophe Troestler <Christophe.Troestler@umons.ac.be>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
* ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
*)

let user_agent = "ocaml-cohttp/0.15.0"
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.5 *)

(* OASIS_START *)
(* DO NOT EDIT (digest: 4499515f5fd925c4fa540b77b9b4cdc2) *)
(* DO NOT EDIT (digest: 1f8c95306ece78483a9ad5ebf3e52b6b) *)
(*
Regenerated by OASIS v0.4.5
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -7045,7 +7045,7 @@ let setup_t =
pre_command = [(OASISExpr.EBool true, None)];
post_command = [(OASISExpr.EBool true, None)]
};
files_ab = [];
files_ab = ["lib/conf.ml.ab"];
sections =
[
Library
Expand Down Expand Up @@ -7112,7 +7112,7 @@ let setup_t =
"String_io"
];
lib_pack = true;
lib_internal_modules = [];
lib_internal_modules = ["Conf"];
lib_findlib_parent = None;
lib_findlib_name = Some "cohttp";
lib_findlib_containers = []
Expand Down Expand Up @@ -8396,7 +8396,7 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.5";
oasis_digest = Some "\"-\018¬(NO7ß\139H÷«·\132ô";
oasis_digest = Some "^~O\192\167\170\194\147\006\141\242Z\215p\239\131";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
Expand Down

0 comments on commit 1907a39

Please sign in to comment.