Skip to content

Commit

Permalink
Update autogen
Browse files Browse the repository at this point in the history
  • Loading branch information
samoht committed Jul 5, 2015
1 parent 6393008 commit db862c3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions _tags
@@ -1,5 +1,5 @@
# OASIS_START
# DO NOT EDIT (digest: b09e7788abd04ff75b51f50cfabc78f5)
# DO NOT EDIT (digest: 4a67c68bbdbf58f0d9f8d329d06741b3)
# 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 All @@ -16,9 +16,9 @@ true: annot, bin_annot
"_darcs": not_hygienic
# Library mirage-http
"lib/mirage-http.cmxs": use_mirage-http
<lib/*.ml{,i,y}>: pkg_channel
<lib/*.ml{,i,y}>: pkg_cohttp.lwt-core
<lib/*.ml{,i,y}>: pkg_conduit.mirage
<lib/*.ml{,i,y}>: pkg_sexplib
<lib/*.ml{,i,y}>: pkg_tcpip.channel
# OASIS_STOP
true: annot, bin_annot, debug, principal
6 changes: 3 additions & 3 deletions lib/META
@@ -1,8 +1,8 @@
# OASIS_START
# DO NOT EDIT (digest: fe7064f0958b0551b042d926a7e1ee38)
version = "2.4.0"
# DO NOT EDIT (digest: fc097d1ca5896b2670361d970b0907a1)
version = "2.5.0"
description = "Mirage HTTP clent and server for Unix"
requires = "cohttp.lwt-core tcpip.channel conduit.mirage sexplib"
requires = "cohttp.lwt-core channel conduit.mirage sexplib"
archive(byte) = "mirage-http.cma"
archive(byte, plugin) = "mirage-http.cma"
archive(native) = "mirage-http.cmxa"
Expand Down
8 changes: 4 additions & 4 deletions setup.ml
@@ -1,7 +1,7 @@
(* setup.ml generated for the first time by OASIS v0.3.0 *)

(* OASIS_START *)
(* DO NOT EDIT (digest: bc7a368694b35af9f645fa68866f89c8) *)
(* DO NOT EDIT (digest: dea8120408cb767c404c20291ea1acab) *)
(*
Regenerated by OASIS v0.4.5
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -6673,7 +6673,7 @@ let setup_t =
alpha_features = [];
beta_features = [];
name = "mirage-http";
version = "2.4.0";
version = "2.5.0";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand Down Expand Up @@ -6740,7 +6740,7 @@ let setup_t =
bs_build_depends =
[
FindlibPackage ("cohttp.lwt-core", None);
FindlibPackage ("tcpip.channel", None);
FindlibPackage ("channel", None);
FindlibPackage ("conduit.mirage", None);
FindlibPackage ("sexplib", None)
];
Expand Down Expand Up @@ -6770,7 +6770,7 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.5";
oasis_digest = Some "\158ô\"\027½\137\129\143ÍxûVÁ\0240L";
oasis_digest = Some "[q\028³Ð[t7Ö«#ݱsj\127";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
Expand Down

0 comments on commit db862c3

Please sign in to comment.