with "directed_graph"; library project Packrat is for Languages use ("Ada"); for Source_Dirs use ("src"); for Object_Dir use "obj"; for Library_Dir use "lib"; for Library_Name use "packrat"; for Library_Kind use "dynamic"; package Compiler is for Default_Switches("Ada") use ("-gnaty4aAbcefhiklM100nprt"); end Compiler; end Packrat;