Created
November 16, 2016 01:25
-
-
Save copy/c5e4f4936494b282ccae7a617522f07d to your computer and use it in GitHub Desktop.
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
| open Solvuu_build.Std | |
| let project_name = "test" | |
| let myapp = Project.app project_name | |
| ~thread:() | |
| ~safe_string:() | |
| ~bin_annot:() | |
| ~short_paths:() | |
| ~g:() | |
| ~w:"A-4-40-41-42-44-45" | |
| ~file:"test.ml" | |
| ~findlib_deps:["core"] | |
| let () = Project.basic1 ~project_name ~version:"dev" [myapp] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment