Recent Projects

marcusmueller/vpnc-fortitude

VPNC 0.5.3 Fedora Package + Fortitude Patches
  • EPEL 7 : x86_64

dyfet/rawhide

Testing of rawhide packages, DO NOT USE
  • Fedora rawhide : x86_64

damo22/librecore-xgcc

GCC cross toolchain for librecore (packaged from coreboot/xgcc)

akien/jumpnbump

Test package for jumpnbump before proper inclusion in Fedora.
  • EPEL 7 : x86_64
  • Fedora rawhide : i386, x86_64

palmstrom/graph-tool

graph-tool -- an efficient python module for analysis of graphs graph-tool is an efficient python module for manipulation and statistical analysis of graphs. It contains several general graph measurements, data structures and algorithms, such as vertex and edge properties, online graph filtering, nearest neighbour statistics, clustering, interactive graph layout, random graph generation, detection of community structure, and more. Contrary to most other python modules with similar functionality, the core data structures and algorithms are implemented in C++, making extensive use of template metaprogramming, based heavily on the Boost Graph Library. This confers it a level of performance that is comparable (both in memory usage and computation time) to that of a pure C/C++ library. Homepage: http://graph-tool.skewed.de Report packaging issues at: https://gitlab.com/suvayu/graph-tool/issues All packaging related commits can be found on the copr branch, otherwise the repo is set to mirror upstream

robberphex/kitematic

Description not filled in by author. Very likely personal repository for testing purpose, which you should not use.
  • Fedora rawhide : x86_64

hifi/keepassxc-nightly

Automatic builds of keepassxc git for testing purposes. SRPM uploads happen once per hour if there are new commits in the develop branch. Only x86_64 for the most current stable Fedora releases are being built to avoid flooding the build system. Warning: These builds enable debug symbols and also some debug messages that may expose sensitive information. Use with caution. End users are encouraged to use the stable keepassxc package by installing it from the official repositories: # dnf install keepassxc

codeblock/docker-compose

A newer docker-compose for Fedora 25.

dhruvparanjape/Bear

Bear is a tool that generates a compilation database for clang tooling. The JSON compilation database is used in the clang project to provide information on how a single compilation unit is processed. With this, it is easy to re-run the compilation with alternate programs. One way to get a compilation database is to use cmake as the build tool. Passing -DCMAKE_EXPORT_COMPILE_COMMANDS=ON to cmake generates the compile_commands.json file into the current directory. For non-cmake projects, Bear generates the JSON file during the build process. The concept behind Bear is: to execute the original build command and intercept the exec calls issued by the build tool. To achieve that, Bear uses the LD_PRELOAD or DYLD_INSERT_LIBRARIES mechanisms provided by the dynamic linker. Bear has two components: the library and the binary. The library redefines the exec methods to be used by all child processes. The executable enables the use of the library for child processes and writes the output file.
  • EPEL 7 : x86_64

frostyx/mock-modularity

Description not filled in by author. Very likely personal repository for testing purpose, which you should not use.
  • Fedora rawhide : x86_64