File tree Expand file tree Collapse file tree 6 files changed +32
-7
lines changed Expand file tree Collapse file tree 6 files changed +32
-7
lines changed Original file line number Diff line number Diff line change 33# ------------------------------------------------------------
44OASISFormat: 0.3
55Name: msgpack
6- Version: 1.0 .0
6+ Version: 1.2 .0
77Authors: MIZUNO Hiroki
88License: MIT
99Plugins: META (0.3), DevFiles (0.3)
Original file line number Diff line number Diff line change 11# OASIS_START
2- # DO NOT EDIT (digest: bc1ea89d437b28f72d6e6c21b140c4cd )
3- version = "1.0 .0"
2+ # DO NOT EDIT (digest: 5d2aae947de84693626266adc894b372 )
3+ version = "1.2 .0"
44description = "Msgpack library for Objective Caml"
55requires = "num"
66archive(byte) = "msgpack.cma"
@@ -9,7 +9,7 @@ archive(native) = "msgpack.cmxa"
99archive(native, plugin) = "msgpack.cmxs"
1010exists_if = "msgpack.cma"
1111package "conv" (
12- version = "1.0 .0"
12+ version = "1.2 .0"
1313 description = "Msgpack library for Objective Caml"
1414 requires = "meta_conv msgpack"
1515 archive(byte) = "msgpack_conv.cma"
Original file line number Diff line number Diff line change 1+ Msgpack library for Objective Caml
2+
3+ MessagePack is an efficient binary serialization format.
4+ If meta_conv is installed, conv module will be installed.
Original file line number Diff line number Diff line change 1+ opam-version: "1.2"
2+ name: "msgpack"
3+ version: "1.2.0"
4+ maintainer: "mzp <mzp.ppp@gmail.com>"
5+ author: "mzp <mzp.ppp@gmail.com>"
6+ homepage: "http://github.com/msgpack/msgpack-ocaml/"
7+ build: [
8+ ["ocaml" "setup.ml" "-configure" "--prefix" "%{prefix}%" "--enable-core" "--%{meta_conv:enable}%-conv"]
9+ ["ocaml" "setup.ml" "-build"]
10+ ]
11+ install: [
12+ ["ocaml" "setup.ml" "-install"]
13+ ]
14+ remove: [
15+ ["ocamlfind" "remove" "msgpack"]
16+ ]
17+ depends: ["ocamlfind" "camlp4"]
18+
19+ depopts: ["meta_conv"]
Original file line number Diff line number Diff line change 1+ archive: "https://github.com/msgpack/msgpack-ocaml/archive/1.2.0.tar.gz"
2+ checksum: "df22092b4f233b7b328fc6e4d25548f7"
Original file line number Diff line number Diff line change 11(* setup.ml generated for the first time by OASIS v0.4.5 *)
22
33(* OASIS_START *)
4- (* DO NOT EDIT (digest: 990271933ceee6b91618b0b296f378b5 ) *)
4+ (* DO NOT EDIT (digest: d3297e9ac825b353f6b569cf42c5c33d ) *)
55(*
66 Regenerated by OASIS v0.4.5
77 Visit http://oasis.forge.ocamlcore.org for more information and
@@ -6875,7 +6875,7 @@ let setup_t =
68756875 alpha_features = [] ;
68766876 beta_features = [] ;
68776877 name = " msgpack" ;
6878- version = " 1.0 .0" ;
6878+ version = " 1.2 .0" ;
68796879 license =
68806880 OASISLicense. DEP5License
68816881 (OASISLicense. DEP5Unit
@@ -7251,7 +7251,7 @@ let setup_t =
72517251 };
72527252 oasis_fn = Some " _oasis" ;
72537253 oasis_version = " 0.4.5" ;
7254- oasis_digest = Some " E~øê \156 n? \003 Ó \147 }2 \137 Qº± " ;
7254+ oasis_digest = Some " \150 ¾¢Íu \136 ýç £+ÂiàP \142 " ;
72557255 oasis_exec = None ;
72567256 oasis_setup_args = [] ;
72577257 setup_update = false
You can’t perform that action at this time.
0 commit comments