mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
DCD is not an IDE. DCD is designed to provide autocompletion for your favorite text editor. If you are looking for an IDE, try one of these. DCD consists of a client and a server. The client (dcd-client) is almost always used through a text editor script or plugin, though it can be used from the command line. The server (dcd-server) is responsible for caching imported files, calculating autocomplete information, and sending it back to the client. WWW: https://github.com/dlang-community/DCD
17 lines
439 B
JSON
17 lines
439 B
JSON
--- dub.json.orig 2017-07-03 08:14:25 UTC
|
|
+++ dub.json
|
|
@@ -6,12 +6,9 @@
|
|
"Brian Schott"
|
|
],
|
|
"license": "GPL-3.0",
|
|
- "dependencies": {
|
|
- "dsymbol": "~>0.2.4",
|
|
- "libdparse": "~>0.7.1-beta.4",
|
|
- "msgpack-d": "~>1.0.0-beta.3"
|
|
- },
|
|
"versions": ["built_with_dub"],
|
|
+ "libs": ["dsymbol","dparse","emsi_containers","msgpack-d"],
|
|
+ "lflags": ["-L/usr/local/lib/d"],
|
|
"configurations": [
|
|
{
|
|
"name": "library",
|