Skip to content

Commit

Permalink
Merge pull request mirage#16 from samoht/master
Browse files Browse the repository at this point in the history
Remove camlp4 dependency
  • Loading branch information
samoht committed Jun 12, 2015
2 parents 3d54307 + 1c41d0d commit 55c1283
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 10 deletions.
3 changes: 1 addition & 2 deletions _oasis
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ Library "mirage-http"
Path: lib
Findlibname: mirage-http
Modules: Cohttp_mirage, Cohttp_mirage_io
BuildDepends: cohttp.lwt-core, tcpip.channel, conduit.mirage, sexplib.syntax
XMETARequires: cohttp.lwt-core, tcpip.channel, lwt, conduit.mirage, sexplib
BuildDepends: cohttp.lwt-core, tcpip.channel, conduit.mirage, sexplib
4 changes: 2 additions & 2 deletions _tags
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# OASIS_START
# DO NOT EDIT (digest: c99ec3268548ab3194e3e2947e8caea1)
# DO NOT EDIT (digest: b09e7788abd04ff75b51f50cfabc78f5)
# 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 @@ -18,7 +18,7 @@ true: annot, bin_annot
"lib/mirage-http.cmxs": use_mirage-http
<lib/*.ml{,i,y}>: pkg_cohttp.lwt-core
<lib/*.ml{,i,y}>: pkg_conduit.mirage
<lib/*.ml{,i,y}>: pkg_sexplib.syntax
<lib/*.ml{,i,y}>: pkg_sexplib
<lib/*.ml{,i,y}>: pkg_tcpip.channel
# OASIS_STOP
true: annot, bin_annot, debug, principal
4 changes: 2 additions & 2 deletions lib/META
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# OASIS_START
# DO NOT EDIT (digest: 149a3cc9eb16e5d81c3dc3ea7259bf98)
# DO NOT EDIT (digest: fe7064f0958b0551b042d926a7e1ee38)
version = "2.4.0"
description = "Mirage HTTP clent and server for Unix"
requires = "cohttp.lwt-core tcpip.channel lwt conduit.mirage sexplib"
requires = "cohttp.lwt-core tcpip.channel conduit.mirage sexplib"
archive(byte) = "mirage-http.cma"
archive(byte, plugin) = "mirage-http.cma"
archive(native) = "mirage-http.cmxa"
Expand Down
1 change: 0 additions & 1 deletion opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ depends: [
"mirage-conduit" {>= "2.2.0"}
"lwt" {>= "2.4.3"}
"cohttp" {>= "0.18.0"}
"camlp4"
"sexplib"
]
available: [ocaml-version >= "4.00.0"]
6 changes: 3 additions & 3 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.3.0 *)

(* OASIS_START *)
(* DO NOT EDIT (digest: 60f6d8a89ccd3b2f4c863a46f86c4afa) *)
(* DO NOT EDIT (digest: bc7a368694b35af9f645fa68866f89c8) *)
(*
Regenerated by OASIS v0.4.5
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -6742,7 +6742,7 @@ let setup_t =
FindlibPackage ("cohttp.lwt-core", None);
FindlibPackage ("tcpip.channel", None);
FindlibPackage ("conduit.mirage", None);
FindlibPackage ("sexplib.syntax", None)
FindlibPackage ("sexplib", None)
];
bs_build_tools = [ExternalTool "ocamlbuild"];
bs_c_sources = [];
Expand Down Expand Up @@ -6770,7 +6770,7 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.5";
oasis_digest = Some "')!\144ðj¿¥\019\\ã8á¡";
oasis_digest = Some "\158ô\"\027½\137\129\143ÍxûVÁ\0240L";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
Expand Down

0 comments on commit 55c1283

Please sign in to comment.