summaryrefslogtreecommitdiff
path: root/systems/ocaml-system.morph.in
diff options
context:
space:
mode:
Diffstat (limited to 'systems/ocaml-system.morph.in')
-rw-r--r--systems/ocaml-system.morph.in22
1 files changed, 22 insertions, 0 deletions
diff --git a/systems/ocaml-system.morph.in b/systems/ocaml-system.morph.in
new file mode 100644
index 00000000..1b482831
--- /dev/null
+++ b/systems/ocaml-system.morph.in
@@ -0,0 +1,22 @@
+name: ocaml-system.{{CONFIG}}
+kind: system
+description: OCaml base system
+arch: {{ ARCH }}
+strata:
+- name: build-essential
+ morph: strata/build-essential.morph
+- name: core
+ morph: strata/core.morph
+- name: foundation
+ morph: strata/foundation.morph
+- name: ocaml-language
+ morph: strata/ocaml-language.morph
+{% if BSP %}
+- name: bsp-{{ BSP }}
+ morph: strata/bsp-{{ BSP }}.morph
+{% endif %}
+configuration-extensions:
+- extensions/set-hostname
+- extensions/add-config-files
+- extensions/nfsboot
+- extensions/install-files