Skip to content

Commit ef426e1

Browse files
authored
Merge pull request #40 from mbarbin/pkg-directory-structure
Refactor package directory structure
2 parents 1dd00bf + 0080e25 commit ef426e1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+45
-19
lines changed

.headache.dirs

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
# List of directories for headache.sh
22
# Add new directories below. Lines starting with '#' are ignored.
3-
lib/cmdlang/src
4-
lib/cmdlang/test
5-
lib/cmdlang_ast/src
6-
lib/cmdlang_ast/test
7-
lib/cmdlang_stdlib_runner/src
8-
lib/cmdlang_stdlib_runner/test
9-
lib/cmdlang_to_base/src
10-
lib/cmdlang_to_base/test
11-
lib/cmdlang_to_climate/src
12-
lib/cmdlang_to_climate/test
13-
lib/cmdlang_to_cmdliner/src
14-
lib/cmdlang_to_cmdliner/test
3+
src/cmdlang
4+
src/cmdlang/ast
5+
src/cmdlang-stdlib-runner
6+
src/cmdlang-to-base
7+
src/cmdlang-to-climate
8+
src/cmdlang-to-cmdliner
9+
test/cmdlang
10+
test/cmdlang/ast
11+
test/cmdlang-stdlib-runner
12+
test/cmdlang-to-base
13+
test/cmdlang-to-base/cram/src
14+
test/cmdlang-to-base/cram/bin
15+
test/cmdlang-to-climate
16+
test/cmdlang-to-cmdliner
1517
test/cram/src
1618
test/cram/bin/base
1719
test/cram/bin/climate

lib/cmdlang_to_base/test/cram/bin/main_base.ml

Lines changed: 0 additions & 1 deletion
This file was deleted.

lib/cmdlang_to_base/test/cram/bin/main_climate.ml

Lines changed: 0 additions & 4 deletions
This file was deleted.

lib/cmdlang_to_base/test/cram/src/cmd.mli

Lines changed: 0 additions & 2 deletions
This file was deleted.
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)