Skip to content

Instantly share code, notes, and snippets.

@copy
Created November 16, 2016 01:25
Show Gist options
  • Select an option

  • Save copy/c5e4f4936494b282ccae7a617522f07d to your computer and use it in GitHub Desktop.

Select an option

Save copy/c5e4f4936494b282ccae7a617522f07d to your computer and use it in GitHub Desktop.
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