Skip to content

Instantly share code, notes, and snippets.

@Wilfred
Created May 7, 2019 14:41
Show Gist options
  • Save Wilfred/a24647ce35df5f6dc64a0caf72ae0a48 to your computer and use it in GitHub Desktop.
Save Wilfred/a24647ce35df5f6dc64a0caf72ae0a48 to your computer and use it in GitHub Desktop.
(lang dune 1.1)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; ;
; OCamlFormat ;
; ;
; Copyright (c) 2017-present, Facebook, Inc. All rights reserved. ;
; ;
; This source code is licensed under the MIT license found in the ;
; LICENSE file in the root directory of this source tree. ;
; ;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(env
(dev
(flags
(-w +a-4-9-40-41-42-44-45-48@50
-strict-formats -strict-sequence -principal
-short-paths -bin-annot -keep-docs -unboxed-types
-g -opaque))
(ocamlc_flags ())
(ocamlopt_flags ()))
(release
(flags
(-w -a
-unboxed-types
-noassert))
(ocamlc_flags ())))
(context (opam (switch 4.05.0) (name dev) (profile dev) (merlin)))
(context (opam (switch 4.05.0) (name release) (profile release)))
(context (opam (switch 4.05.0) (name coverage) (profile dev)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment