package MlFront_Exec

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Source file BuildBuiltins.ml

1
2
3
4
5
6
7
8
9
10
let builtin_values () =
  let jsoncontent = Embed.github_attestations_values_json in
  let gh_attestations_file =
    BuildCore.Io.inmemory_file
      ~origin:
        (MlFront_Core.FilePath.of_string_exn
           "src/MlFront_Exec/builtins/github-attestations.values.jsonc")
      jsoncontent
  in
  [ gh_attestations_file ]