[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:18 UTC 2013


The following commit has been merged in the upstream branch:
commit 6eea43124cb83c13d37e1b9dd5ca1fab6598b3a7
Author: Stephane Glondu <steph at glondu.net>
Date:   Sun Jun 23 22:12:43 2013 +0200

    Imported Upstream version 109.09.00

diff --git a/.gitignore b/.gitignore
index 1c3ff23..8dac9f3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,89 +1,7 @@
-
-*.cmx
-*.cmxa
-*.cma
-*.cmo
-*.cmi
-*.exe
-*.bc
-*.annot
-*.o
-*.so
-*.so.d
-*.s
-*.a
-*.depend
-_*
-*.sp?t
-config.status
-mycaml
-.DS_Store
-tmtags
-
-.git
-.transdeps
-/chroot_test_tmp
-
-/lib/packs
-/lib/**/deps
-/lib/**.mli
-/test-results*
-
-personal_compilation_ignores
-*.cp4c
-*~
-*.auto.mli
-*.aux
-*.digest
-*.fls
-*.haux
-*.htoc
-*.log
-*.omc
-*.orig
-*.rej
-*.spot
-*.toc
-*.cmp
-.*.sw[pabcdef]
-.mydeps
-inline_tests.ml
-inline_tests_runner.ml
-TAGS
-order_file_*_common.ml
-*_db_pnl_common.ml
-order_file_*_eval.ml
-_build
-
-# for new omake rules
-*.deps
-*.ml.d
-*.mli.d
-*.libdeps
-*.objdeps
-*.hg_version.c
-*.build_info.c
-hg_version.out
-stub.names
-
-# specific files
-.last_build_env
-.omakedb
-.omakedb.lock
-spec.hg
-libdeps.sexp
-libdeps.dot
-libdeps.ps
-libdeps.corrected
-ocaml_path
-.ocaml-3.10
-bisect{.itarget,.mlpack,.odocl,_pp.mlpack}
-bisect-1.1/Makefile.config
-\#*
-.\#*
-/_build
-/fieldslib.docdir
-/sample/generated_test.ml
-/sample/generated_test.mli
+_build/
 /setup.data
 /setup.log
+/*.exe
+/*.docdir
+/*.native
+/*.byte
diff --git a/_oasis b/_oasis
index 71e6dab..5261bdd 100644
--- a/_oasis
+++ b/_oasis
@@ -2,7 +2,7 @@ OASISFormat:      0.3
 OCamlVersion:     >= 4.00.0
 FindlibVersion:   >= 1.3.2
 Name:             fieldslib
-Version:          109.08.00
+Version:          109.09.00
 Synopsis:         OCaml record fields as first class values.
 Authors:          Jane Street Capital LLC <opensource at janestreet.com>
 Copyrights:       (C) 2009-2013 Jane Street Capital LLC <opensource at janestreet.com>
diff --git a/lib/META b/lib/META
index abbdc98..eebae0a 100644
--- a/lib/META
+++ b/lib/META
@@ -1,6 +1,6 @@
 # OASIS_START
-# DO NOT EDIT (digest: 5d23db41a5eca45dc9e756886c1c8a6e)
-version = "109.08.00"
+# DO NOT EDIT (digest: 3489a6cc526ce23c7e04efbd37efc77a)
+version = "109.09.00"
 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 = "109.08.00"
+ version = "109.09.00"
  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 cf058b4..fa5c926 100644
--- a/setup.ml
+++ b/setup.ml
@@ -1,5 +1,5 @@
 (* OASIS_START *)
-(* DO NOT EDIT (digest: 1bc208c8ae77c4fcd24b140d49348970) *)
+(* DO NOT EDIT (digest: 25a76d0205b43555bf81a80ccaf4445a) *)
 (*
    Regenerated by OASIS v0.3.0
    Visit http://oasis.forge.ocamlcore.org for more information and
@@ -5576,7 +5576,7 @@ let setup_t =
           ocaml_version = Some (OASISVersion.VGreaterEqual "4.00.0");
           findlib_version = Some (OASISVersion.VGreaterEqual "1.3.2");
           name = "fieldslib";
-          version = "109.08.00";
+          version = "109.09.00";
           license =
             OASISLicense.DEP5License
               (OASISLicense.DEP5Unit
@@ -5746,8 +5746,7 @@ let setup_t =
           };
      oasis_fn = Some "_oasis";
      oasis_version = "0.3.0";
-     oasis_digest =
-       Some "\1521\187\142\235\157\237C\128C\167S\166\138\212\136";
+     oasis_digest = Some "w\129\219\031b\017\225ci\199\221\t\002y\172F";
      oasis_exec = None;
      oasis_setup_args = [];
      setup_update = false;
@@ -5755,6 +5754,6 @@ let setup_t =
 
 let setup () = BaseSetup.setup setup_t;;
 
-# 5761 "setup.ml"
+# 5760 "setup.ml"
 (* OASIS_STOP *)
 let () = setup ()

-- 
fieldslib packaging



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