[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging branch, upstream, updated. upstream/107.01-24-gf6cfb28

Stephane Glondu steph at glondu.net
Sun Jun 23 21:06:14 UTC 2013


The following commit has been merged in the upstream branch:
commit 7624b40449a824df7a393a32ee67d369cc8584c8
Author: Stephane Glondu <steph at glondu.net>
Date:   Sun Jun 23 22:03:56 2013 +0200

    Imported Upstream version 108.07.01

diff --git a/_oasis b/_oasis
index e920d4a..15fef14 100644
--- a/_oasis
+++ b/_oasis
@@ -2,7 +2,7 @@
 OASISFormat:  0.3
 OCamlVersion: >= 3.12.1
 Name:         fieldslib
-Version:      108.07.00
+Version:      108.07.01
 Synopsis:     OCaml record fields as first class values.
 Authors:      Jane street capital
 Copyrights:   (C) 2009-2011 Jane Street Capital LLC
diff --git a/lib/META b/lib/META
index 0565a72..da2aafc 100644
--- a/lib/META
+++ b/lib/META
@@ -1,6 +1,6 @@
 # OASIS_START
-# DO NOT EDIT (digest: 1c5fae1fd197461ceef16312c983cfa5)
-version = "108.07.00"
+# DO NOT EDIT (digest: ec5b3c3e184c81261a6490d6978d09f5)
+version = "108.07.01"
 description = "OCaml record fields as first class values."
 archive(byte) = "fieldslib.cma"
 archive(byte, plugin) = "fieldslib.cma"
@@ -8,7 +8,7 @@ archive(native) = "fieldslib.cmxa"
 archive(native, plugin) = "fieldslib.cmxs"
 exists_if = "fieldslib.cma"
 package "syntax" (
- version = "108.07.00"
+ version = "108.07.01"
  description = "Syntax extension for Fieldslib"
  requires = "camlp4 type_conv fieldslib"
  archive(syntax, preprocessor) = "pa_fields_conv.cma"
diff --git a/setup.ml b/setup.ml
index 9b6dc39..161b1ab 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: db2b0894d90ed4080b091edb46b8d3e1) *)
+(* DO NOT EDIT (digest: e2d6031be1cd994bd4d2f0a007eed3f2) *)
 (*
    Regenerated by OASIS v0.3.0
    Visit http://oasis.forge.ocamlcore.org for more information and
@@ -5578,7 +5578,7 @@ let setup_t =
           ocaml_version = Some (OASISVersion.VGreaterEqual "3.12.1");
           findlib_version = None;
           name = "fieldslib";
-          version = "108.07.00";
+          version = "108.07.01";
           license =
             OASISLicense.DEP5License
               (OASISLicense.DEP5Unit
@@ -5738,7 +5738,7 @@ let setup_t =
           };
      oasis_fn = Some "_oasis";
      oasis_version = "0.3.0";
-     oasis_digest = Some "G\028w\231Z\018*\249vm\017c!F\213:";
+     oasis_digest = Some "\240\250n\218\140\1639\197W]\"Bf\152\166|";
      oasis_exec = None;
      oasis_setup_args = [];
      setup_update = false;

-- 
fieldslib packaging



More information about the Pkg-ocaml-maint-commits mailing list