-
-
Save toots/7daaa5aa3784fb153f4a397da310a784 to your computer and use it in GitHub Desktop.
dune site crash test
This file contains hidden or 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
(generate_sites_module | |
(module sites) | |
(sites test-dune-site)) | |
(executable | |
(name test_dune_site) | |
(public_name test_dune_site) | |
(libraries dune-site) | |
(modules sites test_dune_site)) |
This file contains hidden or 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
(lang dune 2.8) | |
(using menhir 2.1) | |
(using dune_site 0.1) | |
(name test-dune-site) | |
(generate_opam_files true) | |
(package | |
(name test-dune-site) | |
(sites (share libs))) |
This file contains hidden or 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
let () = | |
List.iter (fun path -> Printf.printf "Libs site: %s\n%!" path) Sites.Sites.libs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment