Skip to content

Commit

Permalink
Document program_name
Browse files Browse the repository at this point in the history
Part of #80
  • Loading branch information
jonahbeckford committed Nov 23, 2023
1 parent fa9dab5 commit c58aa0c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions i-network/src/private_common.ml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ let build_info = { Author_types.package_name = "dkml-installer-ocaml-network" }
let program_name =
{
Author_types.name_full = "DkML Native";

(* Must be in sync with dkml-runtime-apps/src/runtimelib/dkml_context.ml for [dkml init --system], etc. *)
name_camel_case_nospaces = "DkMLNative";
name_kebab_lower_case = "dkml-native";

installation_prefix_camel_case_nospaces_opt = None;
installation_prefix_kebab_lower_case_opt = None;
}
Expand Down

0 comments on commit c58aa0c

Please sign in to comment.