Move fedora and ELN packages to separate included source files
[fedora-ocaml-rebuild.git] / eln-packages.gl
1 # All OCaml-related source package names in ELN
2
3 let packages = [
4     "ocaml-augeas",
5     "ocaml-calendar",
6     "ocaml-curses",
7     "ocaml-fileutils",
8     "ocaml-findlib",
9     "ocaml-getext",
10     "ocaml-libvirt",
11     "ocaml-re",
12     "ocaml-cppo",
13     "ocaml-csexp",
14     "ocaml-dune",
15     "ocaml-labltk",
16     "ocaml-ocamlbuild",
17     "ocaml-pp",
18
19     "brltty",
20     "guestfs-tools",
21     "graphviz",
22     "hivex",
23     "libguestfs",
24     "libnbd",
25     "supermin",
26     "swig",
27     "virt-top",
28     "virt-v2v",
29
30     # Causes a cyclic dependency between libnbd <-> nbdkit.  We need
31     # to fix this in goals itself, but in the meantime disable nbdkit
32     # and build it by hand.
33     #"nbdkit",
34 ]