You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
478 B
17 lines
478 B
{
|
|
"name": "biod",
|
|
"description": "A D library for computational biology and bioinformatics",
|
|
"homepage": "https://github.com/biod/BioD",
|
|
"authors": [
|
|
"Artem Tarasov",
|
|
"George Githinji",
|
|
"Emilio Palumbo",
|
|
"Prasun Anand",
|
|
"Pjotr Prins"
|
|
],
|
|
"copyright": "Copyright © 2016-2019, BioD developers",
|
|
"license": "MIT",
|
|
"sourcePaths": ["bio","contrib/undead"],
|
|
"importPaths": ["bio","contrib/undead"],
|
|
"buildRequirements": ["allowWarnings"]
|
|
}
|
|
|