Skip to content

Commit

Permalink
do-not-merge: move mlx code into lib folder to repro a bug in opam pi…
Browse files Browse the repository at this point in the history
…n-depend
  • Loading branch information
leostera committed Apr 25, 2024
1 parent 994dffe commit 2010987
Show file tree
Hide file tree
Showing 15 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
(implementation
(extension mlx)
(preprocess
(run ./mlx/pp.exe %{input-file}))))
(run ./lib/pp.exe %{input-file}))))

(source
(github andreypopp/mlx))
Expand Down
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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion ocamlmerlin_mlx/preprocess/dune
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
(files ../../merlin/src/ocaml/preprocess/menhirLib.{ml,mli}))

(copy_files#
(files ../../mlx/jsx_helper.ml))
(files ../../lib/jsx_helper.ml))

(ocamllex lexer_ident lexer_raw)

Expand Down

0 comments on commit 2010987

Please sign in to comment.