We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b66af8 commit 8575f50Copy full SHA for 8575f50
dub.json
@@ -3,15 +3,16 @@
3
"description": "ORM for D language, similar to Hibernate",
4
"authors": ["Vadim Lopatin"],
5
"homepage": "https://github.com/buggins/hibernated",
6
- "license": "Boost Software License (BSL 1.0)",
+ "license": "BSL-1.0",
7
"dependencies": {
8
"ddbc": "~>0.5.1"
9
},
10
"targetType": "staticLibrary",
11
"targetPath": "lib",
12
"buildRequirements": [
13
"allowWarnings"
14
- ],
+ ],
15
+ "systemDependencies": "Depending on configuration: ODBC, PostgreSQL and/or SQLite v3",
16
"configurations": [
17
{
18
"name": "full",
0 commit comments