summaryrefslogtreecommitdiff
path: root/unmaintained/systems/ocaml-system-x86_64.morph
diff options
context:
space:
mode:
Diffstat (limited to 'unmaintained/systems/ocaml-system-x86_64.morph')
-rw-r--r--unmaintained/systems/ocaml-system-x86_64.morph53
1 files changed, 43 insertions, 10 deletions
diff --git a/unmaintained/systems/ocaml-system-x86_64.morph b/unmaintained/systems/ocaml-system-x86_64.morph
index 03f91c1b..dec79358 100644
--- a/unmaintained/systems/ocaml-system-x86_64.morph
+++ b/unmaintained/systems/ocaml-system-x86_64.morph
@@ -1,20 +1,53 @@
name: ocaml-system-x86_64
-kind: system
+kind: assemblage
description: OCaml base system
-arch: x86_64
-strata:
+configuration-extensions:
+- extensions/set-hostname
+- extensions/add-config-files
+- extensions/nfsboot
+- extensions/install-files
+contents:
- name: build-essential
morph: strata/build-essential.morph
+ build-depends: []
- name: core
morph: strata/core.morph
+ build-depends:
+ - build-essential
+- name: ocaml-language
+ morph: unmaintained/strata/ocaml-language.morph
+ build-depends:
+ - build-essential
+ - core
+- include-mode: build-time
+ build-depends:
+ - build-essential
+ - core
+ name: coreutils-common
+ morph: strata/coreutils-common.morph
+- include-mode: build-time
+ build-depends:
+ - build-essential
+ - core
+ name: python2-core
+ morph: strata/python2-core.morph
- name: foundation
morph: strata/foundation.morph
+ build-depends:
+ - build-essential
+ - core
+ - coreutils-common
+- include-mode: build-time
+ build-depends:
+ - build-essential
+ - core
+ - python2-core
+ name: docutils
+ morph: strata/docutils.morph
- name: bsp-x86_64-generic
morph: strata/bsp-x86_64-generic.morph
-- name: ocaml-language
- morph: unmaintained/strata/ocaml-language.morph
-configuration-extensions:
-- extensions/set-hostname
-- extensions/add-config-files
-- extensions/nfsboot
-- extensions/install-files
+ build-depends:
+ - build-essential
+ - core
+ - docutils
+ - python2-core