Skip to content

Commit

Permalink
Update dub.json and add dub.selections.json
Browse files Browse the repository at this point in the history
Removed subpackages and unittest config
  • Loading branch information
ahmetsait committed Apr 12, 2024
1 parent 628942c commit 08886f6
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 41 deletions.
64 changes: 23 additions & 41 deletions dub.json
Original file line number Diff line number Diff line change
@@ -1,62 +1,44 @@
{
"name": "openmethods",
"description": "Fast, open multi-methods for D",
"authors": [
"Jean-Louis Leroy"
"Jean-Louis Leroy",
"Ahmet Sait",
],
"copyright": "Copyright © 2017-2020, Jean-Louis Leroy",
"license": "BSL-1.0",
"targetType": "library",
"targetPath": "bin/$BUILD_TYPE-$PLATFORM-$ARCH",
"dependencies": {
"bolts": "1.8.1",
},
"importPaths": [
"source",
],
"sourcePaths": [
"source",
],
"buildTypes": {
"x": {
"buildOptions": [
"debugMode",
"debugInfo",
"unittests"
"unittests",
],
"debugVersions": [
"explain"
]
"explain",
],
},
"xtc": {
"buildOptions": [
"debugMode",
"debugInfo",
"unittests"
"unittests",
],
"debugVersions": [
"explain",
"traceCalls"
]
}
},
"configurations": [
{
"dflags": [
"-mixin=mixins.txt"
"traceCalls",
],
"name": "unittest",
"targetType": "library"
}
],
"copyright": "Copyright © 2017-2020, Jean-Louis Leroy",
"dependencies": {
"bolts": "1.8.1"
},
},
"description": "fast, open multi-methods for D",
"importPaths": [
"source/"
],
"license": "Boost Software License 1.0",
"name": "openmethods",
"sourcePaths": [
"source/"
],
"subPackages": [
"./examples/acceptnovisitors",
"./examples/adventure",
"./examples/matrix",
"./examples/next",
"./examples/rolex",
"./examples/synopsis",
"./examples/whytheunderscore",
"./benchmarks/runtimemetrics",
"./tests"
],
"targetType": "library"
}
6 changes: 6 additions & 0 deletions dub.selections.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"fileVersion": 1,
"versions": {
"bolts": "1.8.1"
}
}

0 comments on commit 08886f6

Please sign in to comment.