Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 736 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 736 Bytes

Files and Folders Rules Evaluation Engine (FFREE)

The Files and Folders Rules Evaluation Engine (FFREE, pronounced /ˈɛf-fri/) is a general-purpose rule processing engine and toolkit to create and evaluate XML-based rules on files and folders. The XML files generated by the toolkit and processed by the engine must strictly abide by version-specific XML Schema which can be found in the repository. FFREE makes extensive use of the C++17 filesystem library for file and directory traversal.

Requirements

This package requires access to the Xerces-C library from the Apache Foundation. On ubuntu, this can be fulfilled with sudo apt update && sudo apt install libxerces-c-dev.