From 016744879e00cc5b33e76654a0e742728dfc0afa Mon Sep 17 00:00:00 2001 From: ygrek Date: Fri, 8 Nov 2019 16:47:22 -0500 Subject: [PATCH] release 0.2.0 --- CHANGES.txt | 4 ++++ README.md | 4 +--- _oasis | 6 +++--- setup.ml | 11 +++++------ src/META | 4 ++-- 5 files changed, 15 insertions(+), 14 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index ca93531..2ebe57b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,7 @@ +0.2.0 - 8 Nov 2019 +* camlp4 dependency replaced with ppx +* use available endian functions on Mac OS + 0.1.7 - 27 Mar 2019 * detect endian functions on more platforms * fix openlog diff --git a/README.md b/README.md index cdbc7d0..dbc0d91 100644 --- a/README.md +++ b/README.md @@ -140,9 +140,7 @@ Development ----------- Many people contribute to extunix. Please submit your patches and/or feature requests -to project bugtracker at - - https://github.com/ygrek/extunix/issues +to project bugtracker at https://github.com/ygrek/extunix/issues Current maintainer is reachable at : diff --git a/_oasis b/_oasis index 1e839ef..c5deafa 100644 --- a/_oasis +++ b/_oasis @@ -1,6 +1,6 @@ OASISFormat: 0.4 Name: extunix -Version: 0.1.7 +Version: 0.2.0 License: LGPL-2.1 with OCaml linking exception Authors: ygrek, Sylvain Le Gall, Stéphane Glondu, Kaustuv Chaudhuri, Joshua Smith, Niki Yoshiuchi, Gerd Stolpmann, Goswin von Brederlow, Andre Nathan, Zhenya Lykhovyd, Mehdi Dogguy, Roman Vorobets, Pierre Chambart, Dmitry Grebeniuk, François Bobot, Markus W. Weissmann Copyrights: @@ -20,11 +20,11 @@ Copyrights: (C) 2013 Dmitry Grebeniuk, (C) 2015 François Bobot, (C) 2018 Markus W. Weissmann -Homepage: http://extunix.forge.ocamlcore.org/ +Homepage: https://ygrek.org.ua/p/ocaml-extunix/ BuildTools: ocamlbuild Plugins: DevFiles (0.4), META (0.4) -Synopsis: Extended functions for OCaml Unix module +Synopsis: Extended functions for OCaml Unix module Description: Thin bindings to various low-level system APIs (often non-portable) which are not covered by Unix module. diff --git a/setup.ml b/setup.ml index 91af8c1..30cb061 100644 --- a/setup.ml +++ b/setup.ml @@ -1,7 +1,7 @@ (* setup.ml generated for the first time by OASIS v0.2.0~alpha1 *) (* OASIS_START *) -(* DO NOT EDIT (digest: 13ee993a9e7a60fd9576394620073b3a) *) +(* DO NOT EDIT (digest: 4ab02c2559a9ec21520ec25429b15a1b) *) (* Regenerated by OASIS v0.4.11 Visit http://oasis.forge.ocamlcore.org for more information and @@ -7051,7 +7051,7 @@ let setup_t = { oasis_version = "0.4"; ocaml_version = None; - version = "0.1.7"; + version = "0.2.0"; license = OASISLicense.DEP5License (OASISLicense.DEP5Unit @@ -7104,7 +7104,7 @@ let setup_t = "Fran\195\167ois Bobot"; "Markus W. Weissmann" ]; - homepage = Some "http://extunix.forge.ocamlcore.org/"; + homepage = Some "https://ygrek.org.ua/p/ocaml-extunix/"; bugreports = None; synopsis = "Extended functions for OCaml Unix module"; description = @@ -7907,8 +7907,7 @@ let setup_t = }; oasis_fn = Some "_oasis"; oasis_version = "0.4.11"; - oasis_digest = - Some "\178\r|\202\219\235\180\233l\197C\138\204\182\n\236"; + oasis_digest = Some "\167f\145TdR:\014\005\239\129\184\172|\219\211"; oasis_exec = None; oasis_setup_args = []; setup_update = false @@ -7916,7 +7915,7 @@ let setup_t = let setup () = BaseSetup.setup setup_t;; -# 7920 "setup.ml" +# 7919 "setup.ml" let setup_t = BaseCompat.Compat_0_4.adapt_setup_t setup_t open BaseCompat.Compat_0_4 (* OASIS_STOP *) diff --git a/src/META b/src/META index dcb2c1d..122ae23 100644 --- a/src/META +++ b/src/META @@ -1,6 +1,6 @@ # OASIS_START -# DO NOT EDIT (digest: dca3cf903c1673baa091253d06552515) -version = "0.1.7" +# DO NOT EDIT (digest: b40ed786cdc583c9b5dcd3d1ee1674ca) +version = "0.2.0" description = "Extended functions for OCaml Unix module" requires = "unix bigarray bytes" archive(byte) = "extunix.cma"