more operations;
authorwenzelm
Sat, 28 Jan 2023 21:29:28 +0100
changeset 77130 2b8cf3b94cde
parent 77129 c79da77d9e87
child 77131 c8d34e74a12b
more operations;
src/Pure/General/ssh.scala
--- a/src/Pure/General/ssh.scala	Sat Jan 28 20:58:00 2023 +0100
+++ b/src/Pure/General/ssh.scala	Sat Jan 28 21:29:28 2023 +0100
@@ -412,6 +412,9 @@
       Isabelle_System.download_file(url_name, file, progress = progress)
 
     def isabelle_platform: Isabelle_Platform = Isabelle_Platform()
+
+    def isabelle_platform_family: Platform.Family.Value =
+      Platform.Family.parse(isabelle_platform.ISABELLE_PLATFORM_FAMILY)
   }
 
   object Local extends System