Skip to content

Commit 16f843e

Browse files
committed
📦 msgpack.1.2.0
1 parent 154bb9f commit 16f843e

File tree

6 files changed

+32
-7
lines changed

6 files changed

+32
-7
lines changed

_oasis

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# ------------------------------------------------------------
44
OASISFormat: 0.3
55
Name: msgpack
6-
Version: 1.0.0
6+
Version: 1.2.0
77
Authors: MIZUNO Hiroki
88
License: MIT
99
Plugins: META (0.3), DevFiles (0.3)

lib/core/META

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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"
44
description = "Msgpack library for Objective Caml"
55
requires = "num"
66
archive(byte) = "msgpack.cma"
@@ -9,7 +9,7 @@ archive(native) = "msgpack.cmxa"
99
archive(native, plugin) = "msgpack.cmxs"
1010
exists_if = "msgpack.cma"
1111
package "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"

opam/1.2.0/descr

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
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.

opam/1.2.0/opam

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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"]

opam/1.2.0/url

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
archive: "https://github.com/msgpack/msgpack-ocaml/archive/1.2.0.tar.gz"
2+
checksum: "df22092b4f233b7b328fc6e4d25548f7"

setup.ml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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~øê\156n?\003Ó\147}2\137Qº±";
7254+
oasis_digest = Some "\150¾¢Íu\136ýç £+ÂiàP\142";
72557255
oasis_exec = None;
72567256
oasis_setup_args = [];
72577257
setup_update = false

0 commit comments

Comments
 (0)