src/Pure/Admin/component_polyml.scala
changeset 78774 99ff760cf63a
parent 78772 b8c0a45e3381
child 78775 e5b2574f6462
equal deleted inserted replaced
78773:9198e785d3d7 78774:99ff760cf63a
   154 
   154 
   155 
   155 
   156   /** skeleton for component **/
   156   /** skeleton for component **/
   157 
   157 
   158   val default_polyml_url = "https://github.com/polyml/polyml/archive"
   158   val default_polyml_url = "https://github.com/polyml/polyml/archive"
   159   val default_polyml_version = "219e0a248f70"
   159   val default_polyml_version = "90c0dbb2514e"
   160   val default_polyml_name = "polyml-5.9"
   160   val default_polyml_name = "polyml-5.9.1"
   161 
   161 
   162   val default_sha1_url = "https://isabelle.sketis.net/repos/sha1/archive"
   162   val default_sha1_url = "https://isabelle.sketis.net/repos/sha1/archive"
   163   val default_sha1_version = "e0239faa6f42"
   163   val default_sha1_version = "e0239faa6f42"
   164 
   164 
   165   private def init_src_root(src_dir: Path, input: String, output: String): Unit = {
   165   private def init_src_root(src_dir: Path, input: String, output: String): Unit = {
   281 ====================
   281 ====================
   282 
   282 
   283 This compilation of Poly/ML (https://www.polyml.org) is based on the
   283 This compilation of Poly/ML (https://www.polyml.org) is based on the
   284 source distribution from
   284 source distribution from
   285 https://github.com/polyml/polyml/commit/""" + polyml_version + """
   285 https://github.com/polyml/polyml/commit/""" + polyml_version + """
       
   286 
       
   287 This coincides with the official release of Poly/ML 5.9.1, see also
       
   288 https://github.com/polyml/polyml/releases/tag/v5.9.1
   286 
   289 
   287 The Isabelle repository provides an administrative tool "isabelle
   290 The Isabelle repository provides an administrative tool "isabelle
   288 component_polyml", which can be used in the polyml component directory as
   291 component_polyml", which can be used in the polyml component directory as
   289 follows:
   292 follows:
   290 
   293