The unpac monorepo manager self-hosting as a monorepo using unpac
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

release 1.8.8

+5 -1
+4
CHANGES
··· 1 1 2 2 * marks some incompatible change 3 3 4 + version 1.8.8, October 17, 2017 5 + ------------------------------- 6 + o fixed installation (Virgile Prevosto, Jacques-Pascal Deplaix) 7 + o safe-string compatible (Jacques-Pascal Deplaix) 4 8 * fixed method get_edge_layout of class abstract_model of DGraphModel.Make. The 5 9 bug could have occured when there are several edges between two vertices. 6 10 o [Traverse/Pack] added Dfs.fold and Dfs.fold_component (tail-recursive)
+1 -1
Makefile.in
··· 112 112 graph.cmx: $(CMI) $(CMX) 113 113 $(OCAMLOPT) $(INCLUDES) -pack -o $@ $^ 114 114 115 - VERSION=1.8.7 115 + VERSION=1.8.8 116 116 117 117 ifdef SOURCE_DATE_EPOCH 118 118 BUILD_DATE=$(shell date -u -d "@$(SOURCE_DATE_EPOCH)" 2>/dev/null || date -u -r "$(SOURCE_DATE_EPOCH)" 2>/dev/null || date)