Skip to content

Commit f46606d

Browse files
committed
[examples][dune] move unwrapped_lib code under the lib dir
This is in anticipation of the upcoming `wrapped_lib` directory that would contain the same code as `wrapped_lib` with a different `dune`. To avoid a large copy of all the code, they would both contain symlinks to the `lib`'s subdirs (which actually contain the code).
1 parent 98675e6 commit f46606d

26 files changed

+5
-0
lines changed

examples/using_dune/unwrapped_lib/constructors_and_records/constructors.ml renamed to examples/using_dune/lib/constructors_and_records/constructors.ml

File renamed without changes.

examples/using_dune/unwrapped_lib/constructors_and_records/constructors.mli renamed to examples/using_dune/lib/constructors_and_records/constructors.mli

File renamed without changes.

examples/using_dune/unwrapped_lib/constructors_and_records/records.ml renamed to examples/using_dune/lib/constructors_and_records/records.ml

File renamed without changes.

examples/using_dune/unwrapped_lib/constructors_and_records/records.mli renamed to examples/using_dune/lib/constructors_and_records/records.mli

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)