Mailing list for all users of the OCaml language and system.
 help / color / mirror / Atom feed
* [Caml-list]  [ANN] yypkg 1.7.0
@ 2014-01-18 17:38 Adrien Nader
  0 siblings, 0 replies; only message in thread
From: Adrien Nader @ 2014-01-18 17:38 UTC (permalink / raw)
  To: caml-list

Hi,

I am happy to release yypkg 1.7.0. This is the release that goes into
win-builds.org 1.3.

Yypkg is a very simple package manager that is also very fast and
portable. Its main selling point is the support of native windows.

Rough changelog:
- symlink emulation on Windows through hardlinks and directory
  junctions; none of them is the same as a symlink but in yypkg's and
  win-builds' context, it's fine.
  (and if you think junctions are good, they're not; they're nothing
  more than hooks on directories at the filesystem/kernel level)
- relevant sexplib sources have been copied inside yypkg and
  (de)serializers are written by hand, avoiding the need for camlp4 and
  type_conv and reducing binary size.
- OCaml 3.11 compat dropped.
- Instead of spawning bsdtar and xz independently with logic to pipe
  between the two, use bsdtar and its bindings the xz' library.
- Remove the GUI; it was probably one of the best example on how to
  create horrible code by first writing a functional CLI core, strapping
  GUI code on it and adding some lwt as a work-around for a blocking
  design.
- Bundle patches against fileutils for symlink handling; I lack time to
  make them mergeable now and I needed this 1.7.0 release and the
  symlink fixes (among others) in time for FOSDEM. Details can be found
  in the corresponding commit message:
  http://git.ocamlcore.org/cgi-bin/gitweb.cgi?p=yypkg/yypkg.git;a=commit;h=f99d37987a7eef3b94fd6b3d2319deced9eebc2e

Homepage: https://forge.ocamlcore.org/projects/yypkg/
Download:
  https://forge.ocamlcore.org/frs/download.php/1364/yypkg-1.7.0.tar.gz
Git repository:
  http://git.ocamlcore.org/cgi-bin/gitweb.cgi?p=yypkg/yypkg.git
Bug tracker is now hosted on win-builds' flyspray instance:
  http://win-builds.org/bugs/index.php?project=2

Regards,
Adrien Nader

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-01-18 17:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-18 17:38 [Caml-list] [ANN] yypkg 1.7.0 Adrien Nader

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox