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.

now requires at least OCaml 4.08.0

+2 -1
+1
CHANGES.md
··· 1 1 2 2 # 2.1.0 (August 30, 2023) 3 3 4 + - :exclamation: OCamlGraph now requires OCaml >= 4.08 4 5 - :exclamation: [Traverse]: fixed [Dfs.fold] and [Dfs.fold_component], 5 6 which were not implementing a proper DFS 6 7 - [Classic]: new functions [cycle] and [grid]
+1 -1
ocamlgraph_gtk.opam
··· 18 18 doc: "https://backtracking.github.io/ocamlgraph" 19 19 bug-reports: "https://github.com/backtracking/ocamlgraph/issues/new" 20 20 depends: [ 21 - "ocaml" {>= "4.03.0"} 21 + "ocaml" {>= "4.08.0"} 22 22 "stdlib-shims" 23 23 "lablgtk" 24 24 "conf-gnomecanvas"