-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f211137
commit 2f32c8c
Showing
9 changed files
with
20 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
(executable (name Pesy) (public_name pesy) | ||
(libraries prometheansacrifice--esy-pesy.lib | ||
prometheansacrifice--esy-pesy.utils cmdliner findlib)) | ||
(libraries pesy--esy-pesy.lib | ||
pesy--esy-pesy.utils cmdliner findlib)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
(executables | ||
(names Runner TestBootstrapper TestPesyConfigure) | ||
(public_names Runner.exe TestBootstrapper.exe TestPesyConfigure.exe) | ||
(libraries unix prometheansacrifice--esy-pesy.lib)) | ||
(libraries unix pesy--esy-pesy.lib)) | ||
|
||
(data_only_dirs pesy-configure-test-projects) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
(library (name Lib) (public_name prometheansacrifice--esy-pesy.lib) | ||
(library (name Lib) (public_name pesy--esy-pesy.lib) | ||
(libraries str sexplib yojson findlib | ||
prometheansacrifice--esy-pesy.utils)) (rule (targets Lexer.ml) (deps Lexer.mll) | ||
pesy--esy-pesy.utils)) (rule (targets Lexer.ml) (deps Lexer.mll) | ||
(action (run %{bin:ocamllex} -q -o %{targets} %{deps}))) (rule (targets Parser.ml Parser.mli) (deps Parser.mly) | ||
(action (run %{bin:ocamlyacc} %{deps}))) | ||
(action (run %{bin:ocamlyacc} %{deps}))) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
(library (name Utils) (public_name prometheansacrifice--esy-pesy.utils) | ||
(libraries unix str pastel.lib)) | ||
(library (name Utils) (public_name pesy--esy-pesy.utils) | ||
(libraries unix str pastel.lib)) |