Summary: The entry point functions are used in a couple of places, this puts them in a single source of truth in the config file. Reviewed By: jvillard Differential Revision: D15651976 fbshipit-source-id: a572e8d4dmaster
parent
b9ba97a2fd
commit
9ef992394c
@ -0,0 +1,22 @@
|
||||
(* -*- tuareg -*- *)
|
||||
(*
|
||||
* Copyright (c) 2019-present, Facebook, Inc.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*)
|
||||
|
||||
let deps = ["import"]
|
||||
|
||||
;;
|
||||
Jbuild_plugin.V1.send
|
||||
@@ Format.sprintf
|
||||
{|
|
||||
(library
|
||||
(name config)
|
||||
(public_name llair.config)
|
||||
%s
|
||||
(libraries yojson %s))
|
||||
|}
|
||||
(flags `lib deps)
|
||||
(libraries deps)
|
Loading…
Reference in new issue