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.

opam files: added description

+3 -1
+1
ocamlgraph.opam
··· 1 1 opam-version: "2.0" 2 2 synopsis: "A generic graph library for OCaml" 3 + description: "Provides both graph data structures and graph algorithms" 3 4 maintainer: ["filliatr@lri.fr"] 4 5 authors: ["Sylvain Conchon" "Jean-Christophe Filliâtre" "Julien Signoles"] 5 6 license: "LGPL-2.1-only"
+2 -1
ocamlgraph_gtk.opam
··· 1 1 opam-version: "2.0" 2 - synopsis: "Displaying graphs using ocamlgraphs and gtk" 2 + synopsis: "Displaying graphs using OCamlGraph and GTK" 3 + description: "Displaying graphs using OCamlGraph and GTK" 3 4 maintainer: ["filliatr@lri.fr"] 4 5 authors: ["Sylvain Conchon" "Jean-Christophe Filliâtre" "Julien Signoles"] 5 6 license: "LGPL-2.1-only"