pkgsrc/devel/ocaml-batteries/distinfo

8 lines
479 B
Text
Raw Normal View History

$NetBSD: distinfo,v 1.10 2018/01/10 14:44:52 jaapb Exp $
SHA1 (batteries-2.8.0.tar.gz) = d6d7a23c440d63125f1d204e4c8ba2c9bf0802fd
RMD160 (batteries-2.8.0.tar.gz) = 4763e01a97514b4c235c1437786c059522614174
SHA512 (batteries-2.8.0.tar.gz) = 49943ed407ebf92bcf3cd859c51e7d292503e45e01c53583b0f2b0387f13954bb23f7c51d294fef7d154733fc21ea93e6cda1a38c344b16a8f63e34543854e67
Size (batteries-2.8.0.tar.gz) = 774181 bytes
Updated package to latest version, 2.6.0. Changes include: ## v2.6.0 (minor release) - added Bat{Set,Map,Splay}.any and fixed Bat{Map,Splay}.choose #751 (Cedric Cellier) - added BatList.favg and faster BatList.fsum #746 (Gabriel Scherer, Francois Berenger) - install .cmt and .cmti files #740 (Francois Berenger, Gabriel Scherer) - BatMap: added find_default #730 (Francois Berenger) - added scripts/test_install.sh #743 (Francois Berenger) - BatHashtbl: added {to|of}_list, bindings #728 (Francois Berenger, Thibault Suzanne) - added {BatList|BatArray}.shuffle #702, #707 (Francois Berenger, Gabriel Scherer) - Clarification and improvements to the documentation #682, #685, #693 (Florian Angeletti, Johannes Kloos, Michael Färber) - make `LazyList.split_at` lazy: `split_at : int -> 'a t -> 'a t * 'a t` would previously eagerly force the prefix of the list and only be lazy in its second returned value. #694 (Michael Färber, Gabriel Scherer, Thibault Suzanne) - Add `List.{map2i,iter2i}` #696 (Thibault Suzanne) - Added `Result.{map,map_both}` #705 (Ifaz Kabir) - Add {BatSet,BatMap}.{Int,Int32,Int64,Nativeint,Float,Char,String} as common instantions of the respective `Make` functor. #709, #712 (Thibault Suzanne, François Bérenger) - BatString: add `chop : ?l:int -> ?r:int -> string -> string` #714, #716 (Gabriel Scherer, request by François Bérenger) - BatSet: make `to_array` allocate the resulting array at first instead of using Dynarray (faster, uses less memory). #724 (Thibault Suzanne) - BatList: add `fold_left_map : ('a -> 'b -> 'a * 'c) -> 'a -> 'b list -> 'a * 'c list` #734 (Thibault Suzanne, review by Gabriel Scherer, request by Oscar Gauthier) - add ``BatList.frange : float -> [< `To | `Downto ] -> float -> int -> float list`` ``frange 0. `To 1. 3`` is `[0.; 0.5; 1.]`. #745 (François Bérenger)
2017-07-11 13:34:25 +02:00
SHA1 (patch-Makefile) = 461b36e023fd5d63202edc9a35c242c181e38def