mirror of
https://github.com/danog/PrimeModule.git
synced 2024-11-26 20:34:37 +01:00
22 lines
582 B
JSON
22 lines
582 B
JSON
{
|
|
"name": "danog/primemodule",
|
|
"description": "Prime module capable of doing prime factorization of huge numbers very quickly.\"",
|
|
"type": "library",
|
|
"license": "AGPL-3.0-only",
|
|
"authors": [
|
|
{
|
|
"name": "Daniil Gentili",
|
|
"email": "daniil@daniil.it"
|
|
}
|
|
],
|
|
"require": {},
|
|
"suggest": {
|
|
"ext-primemodule": "Install the native C++ extension for extremely fast factorization (https://github.com/danog/PrimeModule-ext)"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"danog\\": "lib/"
|
|
}
|
|
}
|
|
}
|