2 * Copyright (c) 2007, Novell Inc.
4 * This program is licensed under the BSD license, read LICENSE.BSD
5 * for further information
11 * parse 'helix' type xml and write out .solv file
17 #include <sys/types.h>
25 #include "repo_helix.h"
26 #include "common_write.h"
29 main(int argc, char **argv)
31 Pool *pool = pool_create();
32 Repo *repo = repo_create(pool, "<stdin>");
33 repo_add_helix(repo, stdin, 0);
34 tool_write(repo, 0, 0);