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