The associated .ini file, if any

The ini file is given as is and might contain invalid or missing information.

Some packages, like stand-alone packages or virtual packages have no ini file associated.

Property definitions

nitc :: loader $ MPackage :: _ini
	# The associated `.ini` file, if any
	#
	# The `ini` file is given as is and might contain invalid or missing information.
	#
	# Some packages, like stand-alone packages or virtual packages have no `ini` file associated.
	var ini: nullable IniFile = null
src/loader.nit:1176,2--1181,33