Skip to content

Commit

Permalink
fixed install
Browse files Browse the repository at this point in the history
  • Loading branch information
camlspotter committed Jul 24, 2015
1 parent 2cb8236 commit 2b8e8fb
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 30 deletions.
14 changes: 0 additions & 14 deletions OMakefile
Expand Up @@ -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()
4 changes: 2 additions & 2 deletions _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)
Expand Down
4 changes: 2 additions & 2 deletions 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"
4 changes: 2 additions & 2 deletions 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"
2 changes: 1 addition & 1 deletion lib/META.in
Expand Up @@ -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"
9 changes: 5 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: 59bbfdda4415c2fbd53078dfe022f957) *)
(* DO NOT EDIT (digest: b69e98897b01591f4bddb12f0bd42ced) *)
(*
Regenerated by OASIS v0.4.5
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -6688,14 +6688,15 @@ 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
};;

let setup () = BaseSetup.setup setup_t;;

# 6700 "setup.ml"
# 6701 "setup.ml"
(* OASIS_STOP *)
let () = setup ();;
2 changes: 1 addition & 1 deletion toplevel/META
@@ -1,6 +1,6 @@
name = "ocamltter"
description = "OCamltter Twitter CLI client"

version="4.0.0"
version="4.0.2"
requires="ocamltter_twitter"

8 changes: 4 additions & 4 deletions 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"

0 comments on commit 2b8e8fb

Please sign in to comment.