From 2b8e8fb3d75b58e264874b95e19a533113f196cb Mon Sep 17 00:00:00 2001 From: Jun Furuse Date: Fri, 24 Jul 2015 15:49:14 +0000 Subject: [PATCH] fixed install --- OMakefile | 14 -------------- _oasis | 4 ++-- flickr/META | 4 ++-- lib/META | 4 ++-- lib/META.in | 2 +- setup.ml | 9 +++++---- toplevel/META | 2 +- twitter/META | 8 ++++---- 8 files changed, 17 insertions(+), 30 deletions(-) diff --git a/OMakefile b/OMakefile index 131063f..7da24ed 100644 --- a/OMakefile +++ b/OMakefile @@ -17,18 +17,4 @@ CAMLP4PACKS[] = OCAMLDEPFLAGS= -package ppx_meta_conv OCAMLPPFLAGS = -package ppx_meta_conv -# SUB_INSTALL=$(dir _install) -# -# $(SUB_INSTALL): -# /bin/rm -rf $@ -# mkdir $@ -# -# install: $(SUB_INSTALL) META -# cp META $(SUB_INSTALL) -# $(OCAMLFIND) remove ocamltter -# $(OCAMLFIND) install ocamltter $(SUB_INSTALL)/META $(SUB_INSTALL)/*/* -# -# clean: -# /bin/rm -rf $(SUB_INSTALL) - Subdirs() diff --git a/_oasis b/_oasis index e07dd3a..0ac3677 100644 --- a/_oasis +++ b/_oasis @@ -1,8 +1,8 @@ OASISFormat: 0.2 Name: ocamltter -Version: 4.0.0 +Version: 4.0.2 Synopsis: The OCAMLTTER twitter client -Authors: Jun FURUSE +Authors: Yoshihiro Imai, Jun FURUSE License: LGPL-2.0 with OCaml linking exception Plugins: StdFiles (0.2) BuildType: Custom (0.2) diff --git a/flickr/META b/flickr/META index b597bf5..bc71b22 100644 --- a/flickr/META +++ b/flickr/META @@ -1,8 +1,8 @@ name="ocamltter_flickr" description="OCamltter Flickr API" -version="4.0.0" +version="4.0.2" -requires="ocamltter_oauth,tiny_json_conv" +requires="ocamltter_oauth,ppx_tiny_json_conv" archive(byte) = "oCamltter_flickr.cmo" archive(native) = "oCamltter_flickr.cmx" diff --git a/lib/META b/lib/META index 1176688..dc36a00 100644 --- a/lib/META +++ b/lib/META @@ -1,8 +1,8 @@ name="ocamltter_oauth" description="OCamltter Oauth framework" -version="4.0.0" +version="4.0.2" -requires="cryptokit,str,meta_conv,spotlib,curl,ocaml_conv" +requires="cryptokit,str,meta_conv,spotlib,curl,ppx_ocaml_conv" archive(byte) = "oCamltter_oauth.cmo" archive(native) = "oCamltter_oauth.cmx" diff --git a/lib/META.in b/lib/META.in index a85c141..8712760 100644 --- a/lib/META.in +++ b/lib/META.in @@ -3,6 +3,6 @@ description="OCamltter Oauth framework" version="@version@" -requires="cryptokit,str,meta_conv,spotlib,curl,ocaml_conv" +requires="cryptokit,str,meta_conv,spotlib,curl,ppx_ocaml_conv" archive(byte) = "oCamltter_oauth.cmo" archive(native) = "oCamltter_oauth.cmx" diff --git a/setup.ml b/setup.ml index edc2bc1..972a4bd 100644 --- a/setup.ml +++ b/setup.ml @@ -1,7 +1,7 @@ (* setup.ml generated for the first time by OASIS v0.3.0 *) (* OASIS_START *) -(* DO NOT EDIT (digest: 59bbfdda4415c2fbd53078dfe022f957) *) +(* DO NOT EDIT (digest: b69e98897b01591f4bddb12f0bd42ced) *) (* Regenerated by OASIS v0.4.5 Visit http://oasis.forge.ocamlcore.org for more information and @@ -6629,7 +6629,7 @@ let setup_t = alpha_features = []; beta_features = []; name = "ocamltter"; - version = "4.0.0"; + version = "4.0.2"; license = OASISLicense.DEP5License (OASISLicense.DEP5Unit @@ -6688,7 +6688,8 @@ let setup_t = }; oasis_fn = Some "_oasis"; oasis_version = "0.4.5"; - oasis_digest = Some "þ\157\007¤â\129HX\139bUQD\031«í"; + oasis_digest = + Some "wg\249\204\209\171\134\175\166\220\185g\158\207\159\217"; oasis_exec = None; oasis_setup_args = []; setup_update = false @@ -6696,6 +6697,6 @@ let setup_t = let setup () = BaseSetup.setup setup_t;; -# 6700 "setup.ml" +# 6701 "setup.ml" (* OASIS_STOP *) let () = setup ();; diff --git a/toplevel/META b/toplevel/META index fe66108..65c3184 100644 --- a/toplevel/META +++ b/toplevel/META @@ -1,6 +1,6 @@ name = "ocamltter" description = "OCamltter Twitter CLI client" -version="4.0.0" +version="4.0.2" requires="ocamltter_twitter" diff --git a/twitter/META b/twitter/META index c1ff900..2888020 100644 --- a/twitter/META +++ b/twitter/META @@ -1,8 +1,8 @@ name="ocamltter_twitter" description="OCamltter Twitter API" -version="4.0.0" +version="4.0.2" -requires="ocamltter_oauth,tiny_json_conv" -archive(byte) = "oCamltter_twitter.cmo" -archive(native) = "oCamltter_twitter.cmx" +requires="ocamltter_oauth,ppx_tiny_json_conv" +archive(byte) = "ocamltter_twitter.cmo" +archive(native) = "ocamltter_twitter.cmx"