Skip to content

Commit

Permalink
release 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ygrek committed Mar 27, 2019
1 parent 6135251 commit 3fbe36d
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 13 deletions.
5 changes: 5 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.1.7 - 27 Mar 2019
* detect endian functions on more platforms
* fix openlog
* improve gettid on Mac OS

0.1.6 - 11 Mar 2018
* OCaml 4.05 compatibility (O_KEEPEXEC)
* sockopt: add BPF options
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Our motto: "Be to Unix, what extlib is to stdlib"
* Provide common consistent ocaml interface: naming convention, exceptions.
* Simple to build - no extra dependencies.

Homepage: http://extunix.forge.ocamlcore.org/
Homepage: https://ygrek.org.ua/p/ocaml-extunix/

Why?
----
Expand Down Expand Up @@ -146,7 +146,6 @@ to project bugtracker at

Current maintainer is reachable at :

* mailto:[email protected]
* xmpp:[email protected]
mailto:[email protected]

----
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.6
Version: 0.1.7
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 @@ -22,7 +22,7 @@ Copyrights:
(C) 2018 Markus W. Weissmann
Homepage: http://extunix.forge.ocamlcore.org/
BuildTools: ocamlbuild, camlp4
Plugins: DevFiles (0.3), META (0.3)
Plugins: DevFiles (0.4), META (0.4)

Synopsis: Extended functions for OCaml Unix module
Description:
Expand Down Expand Up @@ -89,7 +89,7 @@ Test main

Document api
Title: API reference for extunix
Type: ocamlbuild (0.3)
Type: ocamlbuild (0.4)
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
BuildTools: ocamldoc
Format: HTML
Expand Down
10 changes: 5 additions & 5 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: 2ce65446a8288e891d0663e56c637f25) *)
(* DO NOT EDIT (digest: 1527c35520958e88f7105c7900211fed) *)
(*
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.6";
version = "0.1.7";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand Down Expand Up @@ -7813,7 +7813,7 @@ let setup_t =
cs_plugin_data = []
},
{
doc_type = (`Doc, "ocamlbuild", Some "0.3");
doc_type = (`Doc, "ocamlbuild", Some "0.4");
doc_custom =
{
pre_command = [(OASISExpr.EBool true, None)];
Expand Down Expand Up @@ -7910,13 +7910,13 @@ let setup_t =
]
};
plugins =
[(`Extra, "DevFiles", Some "0.3"); (`Extra, "META", Some "0.3")];
[(`Extra, "DevFiles", Some "0.4"); (`Extra, "META", Some "0.4")];
schema_data = PropList.Data.create ();
plugin_data = []
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.11";
oasis_digest = Some "\221\173\029UQy\141\150\143\181\147\174>_\184\237";
oasis_digest = Some "\141C\189\140k\128\245}I\021\228\237N\234M\196";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
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: d6921a7b0d01cc37e6653d1891207aa5)
version = "0.1.6"
# DO NOT EDIT (digest: dca3cf903c1673baa091253d06552515)
version = "0.1.7"
description = "Extended functions for OCaml Unix module"
requires = "unix bigarray bytes"
archive(byte) = "extunix.cma"
Expand Down

0 comments on commit 3fbe36d

Please sign in to comment.