home *** CD-ROM | disk | FTP | other *** search
/ Programmer's ROM - The Computer Language Library / programmersrom.iso / ada / cais / cais.pro next >
Encoding:
Text File  |  1988-05-03  |  4.6 KB  |  98 lines

  1.  
  2. -------- SIMTEL20 Ada Software Repository Prologue ------------
  3. --                                                           -*
  4. -- Unit name    : CAIS
  5. -- Version      : 860307
  6. -- Author       : Mitre Corp.
  7. --              : Rebecca Bowerman    Helen Gill
  8. --              : Chuck Howell        Robbie Hutchison
  9. --              : Mike McClimens
  10. -- DDN Address  : cig-info at mitre
  11. -- Copyright    :
  12. -- Date created : 07 MAR 86
  13. -- Release date : 07 MAR 86
  14. -- Last update  : 07 MAR 86
  15. -- Machine/System Compiled/Run on : Vax 8600
  16. --               :                   UNIX (Berkeley 4.2 based)
  17. --        :            Ultrix 1.2 on VAX 8600
  18. --        :            Sun UNIX 4.2 Release 2.0 on Sun2s
  19. --              :                    Verdix Ada Development Sys
  20. --                                                           -*
  21. ---------------------------------------------------------------
  22. --                                                           -*
  23. -- Keywords     :  Tool Interfaces, Portability, Stoneman,
  24. --       :          Operating System Calls, Host-Dependencies,
  25. --       :          MIL-STD-CAIS, APSE, Programming Support Environment
  26. ----------------:
  27. --
  28. -- Abstract     :  
  29. --         This CAIS package provides a robust subset of the inter-
  30. --    faces defined in the proposed Military Standard Common Apse
  31. --    Interface Set(CAIS).  The goal of MIL-STD-CAIS is to promote
  32. --    tool portability by providing a standardized set of calls for
  33. --    operating system services.  It is also hoped that definition
  34. --    of a generalized node model will increase the interoperability
  35. --    of tool sets.
  36. --         
  37. --         This subset includes:
  38. --             5.1.1,2,3,5 -- Node_Definitions, Node_Management,
  39. --                            Attributes, and Structural_Nodes
  40. --             5.3.1,1-4,10-- Io_Definitions ,Direct_Io, Sequential_Io,
  41. --                            Text_Io, and File_Import_Export (also a 
  42. --                            few procedures from Scroll_Terminal)
  43. --             5.4.1-20,21 -- List_Utilities, Identifier_Items, and
  44. --                            String_Items
  45. --    The interfaces not included are Access_Control, Process_Control,
  46. --    Io_Control, the Io device packages, Float_Item, and Integer_Item.
  47. --
  48. --         It is intended that this CAIS subset be used to investigate
  49. --    the extent to which CAIS supports the needs of software 
  50. --    development tools.  Only by rehosting tools and their data to
  51. --    CAIS can the viability of CAIS be determined.
  52. ----------------:  
  53. --                                                           -*
  54. ------------------ Revision history ---------------------------
  55. --                                                           -*
  56. -- DATE      VERSION AUTHOR        HISTORY
  57. -- 03/07/85  860307  Mitre Corp    Initial Release
  58. --                                                           -*
  59. ------------------ Distribution and Copyright -----------------
  60. --                                                           -*
  61. -- This prologue must be included in all copies of this software.
  62. --
  63. -- This software is released to the Public Domain (note:
  64. --   software released to the Public Domain is not subject
  65. --   to copyright protection).
  66. --
  67. -- Restrictions on use or distribution:  Although there are
  68. --      no current plans to provide maintenance for this CAIS,
  69. --      further modifications are planned. We would appreciate
  70. --      your reporting problems and experiences to:
  71. --              
  72. --                cig-info at mitre    (net address)
  73. --
  74. --      or call at:
  75. --
  76. --                (703)  883-7858
  77. --                                                           -*
  78. ------------------ Disclaimer ---------------------------------
  79. --                                                           -*
  80. -- This software and its documentation are provided "AS IS" and
  81. -- without any expressed or implied warranties whatsoever.
  82. -- No warranties as to performance, merchantability, or fitness
  83. -- for a particular purpose exist.
  84. --
  85. -- Because of the diversity of conditions and hardware under
  86. -- which this software may be used, no warranty of fitness for
  87. -- a particular purpose is offered.  The user is advised to
  88. -- test the software thoroughly before relying on it.  The user
  89. -- must assume the entire risk and liability of using this
  90. -- software.
  91. --
  92. -- In no event shall any person or organization of people be
  93. -- held responsible for any direct, indirect, consequential
  94. -- or inconsequential damages or lost profits.
  95. --                                                           -*
  96. -------------------END-PROLOGUE--------------------------------
  97.  
  98.