On Tuesday, 8 September 2020 at 08:41:24 UTC, glis-glis wrote:
Following the advice of drug, I moved the "tools" folder from
src to the parent directory, added a dependency to "biophysics"
with path ".." and build the binaries with "dub build --single
tools/..."
This works fine, however, n
Thanks everybody!
My folder structure looks like this:
.
├── bin
├── dub.sdl
├── src
│ ├── biophysics
│ │ └── ...
│ └── tools
│ │ └── ...
└── test
├── ...
Following the advice of drug, I moved the "tools" folder from src
to the parent directory, added a dependency to "biophysics
On Thursday, 3 September 2020 at 14:34:48 UTC, Jacob Carlborg
wrote:
Oh, multiple binaries, I missed that. You can try to add
multiple configurations [1]. Or if you have executables
depending on only one source file, you can use single-file
packages [2].
Thanks, but this still means I would h
On Thursday, 3 September 2020 at 09:36:53 UTC, Jacob Carlborg
wrote:
On Thursday, 3 September 2020 at 08:22:25 UTC, glis-glis wrote:
I usually would just write a makefile for that, but I thought
I'd give DUB a go. Unfortunately, the DUB-documentation is a
little thin and I cannot find a way to
Hi,
I have a few modules for parsing different file formats and a
folder with d-scripts using these parsers to perform
manipulations, extract information, ...
Until now, I just added
#!/usr/bin/env rdmd
to the d-scripts and run them that way, but I'd like to make the
scripts available to my