Natools

Check-in [f5db1e472f]
Login
Overview
Comment:natools: empty root package
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: f5db1e472f2baa1d0d45afc2eb7fd603d8355d77
User & Date: nat on 2011-11-25 08:32:24
Other Links: manifest | tags
Context
2011-11-25
08:51
natools-tests: light interface for test reports check-in: b81eadc098 user: nat tags: trunk
08:32
natools: empty root package check-in: f5db1e472f user: nat tags: trunk
08:31
LICENSE: everything is under ISC licence check-in: de8106c0e4 user: nat tags: trunk
Changes

Added natools.ads version [c218964070].





















































>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
------------------------------------------------------------------------------
-- Copyright (c) 2011, Natacha Porté                                        --
--                                                                          --
-- Permission to use, copy, modify, and distribute this software for any    --
-- purpose with or without fee is hereby granted, provided that the above   --
-- copyright notice and this permission notice appear in all copies.        --
--                                                                          --
-- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES --
-- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF         --
-- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR  --
-- ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES   --
-- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN    --
-- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF  --
-- OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.           --
------------------------------------------------------------------------------

------------------------------------------------------------------------------
-- Natools is a collection of miscellaneous small utilities gathered in one --
-- shared library.                                                          --
------------------------------------------------------------------------------


package Natools is
   pragma Pure (Natools);

end Natools;