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.

Merge pull request #153 from kit-ty-kate/ocaml-4.08

Remove the useless dependency on stdlib-shims

authored by

Jean-Christophe Filliatre and committed by
GitHub
1b052ff2 642fbbe5

+1 -4
+1 -1
dgraph/dune
··· 2 2 (name graph_gtk) 3 3 (public_name ocamlgraph_gtk) 4 4 (modules :standard \ dGraphViewer) 5 - (libraries ocamlgraph stdlib-shims lablgtk2.gnomecanvas lablgtk2) 5 + (libraries ocamlgraph lablgtk2.gnomecanvas lablgtk2) 6 6 (flags -open Graph)) 7 7 8 8 (executable
-1
ocamlgraph.opam
··· 19 19 bug-reports: "https://github.com/backtracking/ocamlgraph/issues/new" 20 20 depends: [ 21 21 "ocaml" {>= "4.08.0"} 22 - "stdlib-shims" 23 22 "dune" {>= "2.0"} 24 23 "graphics" {with-test} 25 24 ]
-1
ocamlgraph_gtk.opam
··· 19 19 bug-reports: "https://github.com/backtracking/ocamlgraph/issues/new" 20 20 depends: [ 21 21 "ocaml" {>= "4.08.0"} 22 - "stdlib-shims" 23 22 "lablgtk" 24 23 "conf-gnomecanvas" 25 24 "ocamlgraph" {>= "2.0.0"}
-1
src/dune
··· 3 3 (library 4 4 (name graph) 5 5 (public_name ocamlgraph) 6 - (libraries stdlib-shims) 7 6 (modules_without_implementation dot_ast sig sig_pack)) 8 7 9 8 (ocamlyacc dot_parser)