This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
|
|
@ -0,0 +1,32 @@
|
|||
Multiple projects support
|
||||
|
||||
$ . ./helpers.sh
|
||||
|
||||
$ mkrepo
|
||||
$ add_mock_repo_if_needed
|
||||
|
||||
$ mkdir a
|
||||
$ cat >a/dune-project <<EOF
|
||||
> (lang dune 3.13)
|
||||
> (package
|
||||
> (name a))
|
||||
> EOF
|
||||
|
||||
$ cat >dune-project <<EOF
|
||||
> (lang dune 3.13)
|
||||
> (package
|
||||
> (name b)
|
||||
> (depends a))
|
||||
> EOF
|
||||
|
||||
$ dune pkg lock
|
||||
Solution for dune.lock:
|
||||
(no dependencies to lock)
|
||||
|
||||
This should work without any toplevel projects as well:
|
||||
|
||||
$ mkdir b
|
||||
$ mv dune-project b
|
||||
$ dune pkg lock
|
||||
Solution for dune.lock:
|
||||
(no dependencies to lock)
|
||||
Loading…
Add table
Add a link
Reference in a new issue