https://gitlab.inria.fr/line/aide-group/macrovsa
Tip revision: 31a87d848f8ab28a06ccf77d0b359fc966974138 authored by vthierry on 15 December 2025, 21:31:50 UTC
sync from makefile
sync from makefile
Tip revision: 31a87d8
package.json
{
"name": "macrovsa",
"description": "Implements a macroscopic algorithmic ersatz of VSA some operations",
"homepage": "https://line.gitlabpages.inria.fr/aide-group/macrovsa",
"version": "0.1.1",
"license": "CECILL-C",
"contributors": [
{
"name": "Thierry Viéville",
"email": "thierry.vieville@inria.fr"
},
{
"name": "Chloé Mercier",
"email": "chloe.mercier@inria.fr",
"url": "https://www.linkedin.com/in/chl-mercier/"
}
],
"repository": {
"type": "git",
"url": "https://gitlab.inria.fr/line/aide-group/macrovsa",
"project_ID": 41804
},
"scripts": {
"install": "make -s --no-print-directory -C src install",
"build": "make -s --no-print-directory -C src build",
"test": "make -s --no-print-directory -C src test",
"clean": "make -s --no-print-directory -C src clean"
},
"dependencies": {
"aidesys": "git+https://gitlab.inria.fr/line/aide-group/aidesys.git",
"wjson": "git+https://gitlab.inria.fr/line/aide-group/wjson.git"
},
"devDependencies": {
"aidebuild": "git+https://gitlab.inria.fr/line/aide-group/aidebuild.git"
},
"softwareheritage" : true,
"swig": true
}
