blob: 0c4834b3dfdeb38ca0874681e6b1d4056ce5c2fb (
plain)
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
27
28
29
30
31
32
33
34
|
bin h {noinst}=
h.myr
lib http
lib ../sys:sys
lib ../std:std
lib ../bio:bio
lib ../thread:thread
;;
bin srvdot {noinst}=
srvdot.myr
lib http
lib ../sys:sys
lib ../std:std
lib ../bio:bio
lib ../thread:thread
;;
lib http =
parse.myr
types.myr
url.myr
client.myr
server.myr
session.myr
status.myr
lib ../sys:sys
lib ../std:std
lib ../bio:bio
lib ../thread:thread
;;
|