blob: bf28804dec9e2b24bedd49dfa2f0ed8467d944fe (
plain)
1
2
3
4
5
6
|
# intarray extension
comment = 'functions, operators, and index support for 1-D arrays of integers'
default_version = '1.2'
module_pathname = '$libdir/_int'
relocatable = true
trusted = true
|