Skip to content

Commit

Permalink
release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ygrek committed Nov 8, 2019
1 parent 4aefb04 commit 0167448
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 14 deletions.
4 changes: 4 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 :

Expand Down
6 changes: 3 additions & 3 deletions _oasis
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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.
Expand Down
11 changes: 5 additions & 6 deletions setup.ml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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 =
Expand Down Expand Up @@ -7907,16 +7907,15 @@ 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
};;

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 *)
Expand Down
4 changes: 2 additions & 2 deletions src/META
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 0167448

Please sign in to comment.