aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hare/pkg-plist
blob: 5e12c4d3bbda90914438fd32d804670460189fd8 (plain) (blame)
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
bin/hare
bin/haredoc
%%PORTDOCS%%%%DOCSDIR%%/stdlib.md
%%DATADIR%%/stdlib/ascii/README
%%DATADIR%%/stdlib/ascii/ctype.ha
%%DATADIR%%/stdlib/ascii/string.ha
%%DATADIR%%/stdlib/ascii/valid.ha
%%DATADIR%%/stdlib/bufio/README
%%DATADIR%%/stdlib/bufio/scanner.ha
%%DATADIR%%/stdlib/bufio/scanner_test+test.ha
%%DATADIR%%/stdlib/bufio/stream.ha
%%DATADIR%%/stdlib/bufio/stream_test+test.ha
%%DATADIR%%/stdlib/bytes/README
%%DATADIR%%/stdlib/bytes/contains.ha
%%DATADIR%%/stdlib/bytes/equal.ha
%%DATADIR%%/stdlib/bytes/index.ha
%%DATADIR%%/stdlib/bytes/reverse.ha
%%DATADIR%%/stdlib/bytes/tokenize.ha
%%DATADIR%%/stdlib/bytes/trim.ha
%%DATADIR%%/stdlib/bytes/two_way.ha
%%DATADIR%%/stdlib/bytes/zero.ha
%%DATADIR%%/stdlib/crypto/+test/authenc_test.ha
%%DATADIR%%/stdlib/crypto/README
%%DATADIR%%/stdlib/crypto/aes/+test/gcm.ha
%%DATADIR%%/stdlib/crypto/aes/+test/ni_test+x86_64.ha
%%DATADIR%%/stdlib/crypto/aes/+x86_64/ni.ha
%%DATADIR%%/stdlib/crypto/aes/+x86_64/ni.s
%%DATADIR%%/stdlib/crypto/aes/README
%%DATADIR%%/stdlib/crypto/aes/aes+x86_64.ha
%%DATADIR%%/stdlib/crypto/aes/aes.ha
%%DATADIR%%/stdlib/crypto/aes/aes_ct64.ha
%%DATADIR%%/stdlib/crypto/aes/block.ha
%%DATADIR%%/stdlib/crypto/aes/cbc+test.ha
%%DATADIR%%/stdlib/crypto/aes/ct64+test.ha
%%DATADIR%%/stdlib/crypto/aes/ctr+test.ha
%%DATADIR%%/stdlib/crypto/aes/rt+test.ha
%%DATADIR%%/stdlib/crypto/aes/xts/+test.ha
%%DATADIR%%/stdlib/crypto/aes/xts/README
%%DATADIR%%/stdlib/crypto/aes/xts/xts.ha
%%DATADIR%%/stdlib/crypto/argon2/+test.ha
%%DATADIR%%/stdlib/crypto/argon2/README
%%DATADIR%%/stdlib/crypto/argon2/argon2.ha
%%DATADIR%%/stdlib/crypto/authenc.ha
%%DATADIR%%/stdlib/crypto/bigint/+test/arithm_test.ha
%%DATADIR%%/stdlib/crypto/bigint/+test/encoding_test.ha
%%DATADIR%%/stdlib/crypto/bigint/+test/monty_test.ha
%%DATADIR%%/stdlib/crypto/bigint/+test/utils.ha
%%DATADIR%%/stdlib/crypto/bigint/README
%%DATADIR%%/stdlib/crypto/bigint/arithm.ha
%%DATADIR%%/stdlib/crypto/bigint/encoding.ha
%%DATADIR%%/stdlib/crypto/bigint/monty.ha
%%DATADIR%%/stdlib/crypto/bigint/types.ha
%%DATADIR%%/stdlib/crypto/bigint/util.ha
%%DATADIR%%/stdlib/crypto/blake2b/+test.ha
%%DATADIR%%/stdlib/crypto/blake2b/README
%%DATADIR%%/stdlib/crypto/blake2b/blake2b.ha
%%DATADIR%%/stdlib/crypto/blake2b/vectors+test.ha
%%DATADIR%%/stdlib/crypto/blowfish/+test.ha
%%DATADIR%%/stdlib/crypto/blowfish/README
%%DATADIR%%/stdlib/crypto/blowfish/blowfish.ha
%%DATADIR%%/stdlib/crypto/blowfish/const.ha
%%DATADIR%%/stdlib/crypto/chacha/+test.ha
%%DATADIR%%/stdlib/crypto/chacha/README
%%DATADIR%%/stdlib/crypto/chacha/chacha20.ha
%%DATADIR%%/stdlib/crypto/chachapoly/README
%%DATADIR%%/stdlib/crypto/chachapoly/chachapoly.ha
%%DATADIR%%/stdlib/crypto/chachapoly/encryption+test.ha
%%DATADIR%%/stdlib/crypto/cipher/README
%%DATADIR%%/stdlib/crypto/cipher/block.ha
%%DATADIR%%/stdlib/crypto/cipher/cbc.ha
%%DATADIR%%/stdlib/crypto/cipher/cipher.ha
%%DATADIR%%/stdlib/crypto/cipher/ctr.ha
%%DATADIR%%/stdlib/crypto/cipher/gcm.ha
%%DATADIR%%/stdlib/crypto/cipher/ghash.ha
%%DATADIR%%/stdlib/crypto/cipher/stream.ha
%%DATADIR%%/stdlib/crypto/conventions.txt
%%DATADIR%%/stdlib/crypto/curve25519/+test.ha
%%DATADIR%%/stdlib/crypto/curve25519/README
%%DATADIR%%/stdlib/crypto/curve25519/curve25519.ha
%%DATADIR%%/stdlib/crypto/ec/README
%%DATADIR%%/stdlib/crypto/ec/curves+test.ha
%%DATADIR%%/stdlib/crypto/ec/genkeys+test.ha
%%DATADIR%%/stdlib/crypto/ec/keygen.ha
%%DATADIR%%/stdlib/crypto/ec/p256.ha
%%DATADIR%%/stdlib/crypto/ec/prime.ha
%%DATADIR%%/stdlib/crypto/ec/types.ha
%%DATADIR%%/stdlib/crypto/ec/validate.ha
%%DATADIR%%/stdlib/crypto/ecdh/README
%%DATADIR%%/stdlib/crypto/ecdh/basic+test.ha
%%DATADIR%%/stdlib/crypto/ecdh/ecdh.ha
%%DATADIR%%/stdlib/crypto/ecdh/nist+test.ha
%%DATADIR%%/stdlib/crypto/ecdsa/README
%%DATADIR%%/stdlib/crypto/ecdsa/ecdsa.ha
%%DATADIR%%/stdlib/crypto/ecdsa/error.ha
%%DATADIR%%/stdlib/crypto/ecdsa/hmac_drbg.ha
%%DATADIR%%/stdlib/crypto/ecdsa/key.ha
%%DATADIR%%/stdlib/crypto/ecdsa/rfc6979+test.ha
%%DATADIR%%/stdlib/crypto/ecdsa/validate+test.ha
%%DATADIR%%/stdlib/crypto/ed25519/+test.ha
%%DATADIR%%/stdlib/crypto/ed25519/README
%%DATADIR%%/stdlib/crypto/ed25519/ed25519.ha
%%DATADIR%%/stdlib/crypto/ed25519/edwards25519.ha
%%DATADIR%%/stdlib/crypto/hkdf/+test.ha
%%DATADIR%%/stdlib/crypto/hkdf/README
%%DATADIR%%/stdlib/crypto/hkdf/hkdf.ha
%%DATADIR%%/stdlib/crypto/hmac/+test.ha
%%DATADIR%%/stdlib/crypto/hmac/README
%%DATADIR%%/stdlib/crypto/hmac/hmac.ha
%%DATADIR%%/stdlib/crypto/hmac/sha1.ha
%%DATADIR%%/stdlib/crypto/hmac/sha256.ha
%%DATADIR%%/stdlib/crypto/keyderiv.ha
%%DATADIR%%/stdlib/crypto/keystore/README
%%DATADIR%%/stdlib/crypto/keystore/impl+linux.ha
%%DATADIR%%/stdlib/crypto/keystore/impl.ha
%%DATADIR%%/stdlib/crypto/mac/README
%%DATADIR%%/stdlib/crypto/mac/mac.ha
%%DATADIR%%/stdlib/crypto/math/README
%%DATADIR%%/stdlib/crypto/math/arithm.ha
%%DATADIR%%/stdlib/crypto/math/bits.ha
%%DATADIR%%/stdlib/crypto/poly1305/+test.ha
%%DATADIR%%/stdlib/crypto/poly1305/README
%%DATADIR%%/stdlib/crypto/poly1305/poly1305.ha
%%DATADIR%%/stdlib/crypto/random/+freebsd.ha
%%DATADIR%%/stdlib/crypto/random/+linux.ha
%%DATADIR%%/stdlib/crypto/random/+netbsd.ha
%%DATADIR%%/stdlib/crypto/random/+openbsd.ha
%%DATADIR%%/stdlib/crypto/random/README
%%DATADIR%%/stdlib/crypto/random/random.ha
%%DATADIR%%/stdlib/crypto/rsa/+test/core_test.ha
%%DATADIR%%/stdlib/crypto/rsa/+test/keys_test.ha
%%DATADIR%%/stdlib/crypto/rsa/+test/pkcs1_test.ha
%%DATADIR%%/stdlib/crypto/rsa/+test/pss_test.ha
%%DATADIR%%/stdlib/crypto/rsa/README
%%DATADIR%%/stdlib/crypto/rsa/core.ha
%%DATADIR%%/stdlib/crypto/rsa/errors.ha
%%DATADIR%%/stdlib/crypto/rsa/keys.ha
%%DATADIR%%/stdlib/crypto/rsa/pkcs1.ha
%%DATADIR%%/stdlib/crypto/rsa/pss.ha
%%DATADIR%%/stdlib/crypto/salsa/+test.ha
%%DATADIR%%/stdlib/crypto/salsa/README
%%DATADIR%%/stdlib/crypto/salsa/salsa20.ha
%%DATADIR%%/stdlib/crypto/sha1/+test.ha
%%DATADIR%%/stdlib/crypto/sha1/README
%%DATADIR%%/stdlib/crypto/sha1/sha1.ha
%%DATADIR%%/stdlib/crypto/sha256/+test.ha
%%DATADIR%%/stdlib/crypto/sha256/README
%%DATADIR%%/stdlib/crypto/sha256/sha256.ha
%%DATADIR%%/stdlib/crypto/sha512/+test.ha
%%DATADIR%%/stdlib/crypto/sha512/README
%%DATADIR%%/stdlib/crypto/sha512/sha512.ha
%%DATADIR%%/stdlib/crypto/x25519/+test.ha
%%DATADIR%%/stdlib/crypto/x25519/README
%%DATADIR%%/stdlib/crypto/x25519/x25519.ha
%%DATADIR%%/stdlib/debug/+aarch64/getfp.s
%%DATADIR%%/stdlib/debug/+aarch64/walk.ha
%%DATADIR%%/stdlib/debug/+freebsd/+aarch64/ucontext.ha
%%DATADIR%%/stdlib/debug/+freebsd/+riscv64/ucontext.ha
%%DATADIR%%/stdlib/debug/+freebsd/+x86_64/ucontext.ha
%%DATADIR%%/stdlib/debug/+freebsd/translate.ha
%%DATADIR%%/stdlib/debug/+linux/+aarch64/ucontext.ha
%%DATADIR%%/stdlib/debug/+linux/+riscv64/ucontext.ha
%%DATADIR%%/stdlib/debug/+linux/+x86_64/ucontext.ha
%%DATADIR%%/stdlib/debug/+linux/translate.ha
%%DATADIR%%/stdlib/debug/+netbsd/+x86_64/ucontext.ha
%%DATADIR%%/stdlib/debug/+netbsd/translate.ha
%%DATADIR%%/stdlib/debug/+openbsd/+aarch64/ucontext.ha
%%DATADIR%%/stdlib/debug/+openbsd/+riscv64/ucontext.ha
%%DATADIR%%/stdlib/debug/+openbsd/+x86_64/ucontext.ha
%%DATADIR%%/stdlib/debug/+openbsd/translate.ha
%%DATADIR%%/stdlib/debug/+riscv64/getfp.s
%%DATADIR%%/stdlib/debug/+riscv64/walk.ha
%%DATADIR%%/stdlib/debug/+x86_64/getfp.s
%%DATADIR%%/stdlib/debug/+x86_64/walk.ha
%%DATADIR%%/stdlib/debug/README
%%DATADIR%%/stdlib/debug/abort.ha
%%DATADIR%%/stdlib/debug/altstack.s
%%DATADIR%%/stdlib/debug/backtrace.ha
%%DATADIR%%/stdlib/debug/constants.ha
%%DATADIR%%/stdlib/debug/dwarf/README
%%DATADIR%%/stdlib/debug/dwarf/abbrev.ha
%%DATADIR%%/stdlib/debug/dwarf/addr_to_line.ha
%%DATADIR%%/stdlib/debug/dwarf/aranges.ha
%%DATADIR%%/stdlib/debug/dwarf/constant.ha
%%DATADIR%%/stdlib/debug/dwarf/info.ha
%%DATADIR%%/stdlib/debug/dwarf/line.ha
%%DATADIR%%/stdlib/debug/dwarf/reader.ha
%%DATADIR%%/stdlib/debug/dwarf/strings.ha
%%DATADIR%%/stdlib/debug/fault.ha
%%DATADIR%%/stdlib/debug/ident.ha
%%DATADIR%%/stdlib/debug/image/README
%%DATADIR%%/stdlib/debug/image/open.ha
%%DATADIR%%/stdlib/debug/image/sections.ha
%%DATADIR%%/stdlib/debug/image/self+freebsd.ha
%%DATADIR%%/stdlib/debug/image/self+linux.ha
%%DATADIR%%/stdlib/debug/image/self+netbsd.ha
%%DATADIR%%/stdlib/debug/image/self+openbsd.ha
%%DATADIR%%/stdlib/debug/image/self_argv.ha
%%DATADIR%%/stdlib/debug/malloc+libc.ha
%%DATADIR%%/stdlib/debug/malloc.ha
%%DATADIR%%/stdlib/debug/source.ha
%%DATADIR%%/stdlib/debug/symbols.ha
%%DATADIR%%/stdlib/debug/testaddr.ha
%%DATADIR%%/stdlib/debug/traces.ha
%%DATADIR%%/stdlib/dirs/README
%%DATADIR%%/stdlib/dirs/xdg.ha
%%DATADIR%%/stdlib/encoding/README
%%DATADIR%%/stdlib/encoding/asn1/+test/decoder_test.ha
%%DATADIR%%/stdlib/encoding/asn1/+test/encoder_test.ha
%%DATADIR%%/stdlib/encoding/asn1/+test/strings_test.ha
%%DATADIR%%/stdlib/encoding/asn1/README
%%DATADIR%%/stdlib/encoding/asn1/charset+test.ha
%%DATADIR%%/stdlib/encoding/asn1/decoder.ha
%%DATADIR%%/stdlib/encoding/asn1/encoder.ha
%%DATADIR%%/stdlib/encoding/asn1/errors.ha
%%DATADIR%%/stdlib/encoding/asn1/oid.ha
%%DATADIR%%/stdlib/encoding/asn1/stdoid/README
%%DATADIR%%/stdlib/encoding/asn1/stdoid/db.ha
%%DATADIR%%/stdlib/encoding/asn1/stdoid/db.txt
%%DATADIR%%/stdlib/encoding/asn1/strings.ha
%%DATADIR%%/stdlib/encoding/asn1/t61.ha
%%DATADIR%%/stdlib/encoding/asn1/types.ha
%%DATADIR%%/stdlib/encoding/base32/README
%%DATADIR%%/stdlib/encoding/base32/base32.ha
%%DATADIR%%/stdlib/encoding/base64/README
%%DATADIR%%/stdlib/encoding/base64/base64.ha
%%DATADIR%%/stdlib/encoding/hex/README
%%DATADIR%%/stdlib/encoding/hex/hex.ha
%%DATADIR%%/stdlib/encoding/pem/+test.ha
%%DATADIR%%/stdlib/encoding/pem/README
%%DATADIR%%/stdlib/encoding/pem/pem.ha
%%DATADIR%%/stdlib/encoding/utf8/README
%%DATADIR%%/stdlib/encoding/utf8/decode.ha
%%DATADIR%%/stdlib/encoding/utf8/decodetable.ha
%%DATADIR%%/stdlib/encoding/utf8/encode.ha
%%DATADIR%%/stdlib/encoding/utf8/rune.ha
%%DATADIR%%/stdlib/encoding/utf8/types.ha
%%DATADIR%%/stdlib/endian/README
%%DATADIR%%/stdlib/endian/big.ha
%%DATADIR%%/stdlib/endian/endian.ha
%%DATADIR%%/stdlib/endian/host+aarch64.ha
%%DATADIR%%/stdlib/endian/host+riscv64.ha
%%DATADIR%%/stdlib/endian/host+x86_64.ha
%%DATADIR%%/stdlib/endian/little.ha
%%DATADIR%%/stdlib/endian/network.ha
%%DATADIR%%/stdlib/errors/README
%%DATADIR%%/stdlib/errors/common.ha
%%DATADIR%%/stdlib/errors/opaque.ha
%%DATADIR%%/stdlib/errors/rt.ha
%%DATADIR%%/stdlib/errors/string.ha
%%DATADIR%%/stdlib/fmt/+test.ha
%%DATADIR%%/stdlib/fmt/README
%%DATADIR%%/stdlib/fmt/iter.ha
%%DATADIR%%/stdlib/fmt/print.ha
%%DATADIR%%/stdlib/fmt/wrappers.ha
%%DATADIR%%/stdlib/fnmatch/+test.ha
%%DATADIR%%/stdlib/fnmatch/README
%%DATADIR%%/stdlib/fnmatch/fnmatch.ha
%%DATADIR%%/stdlib/format/README
%%DATADIR%%/stdlib/format/elf/README
%%DATADIR%%/stdlib/format/elf/arch+aarch64.ha
%%DATADIR%%/stdlib/format/elf/arch+riscv64.ha
%%DATADIR%%/stdlib/format/elf/arch+x86_64.ha
%%DATADIR%%/stdlib/format/elf/platform+freebsd.ha
%%DATADIR%%/stdlib/format/elf/platform+linux.ha
%%DATADIR%%/stdlib/format/elf/platform+netbsd.ha
%%DATADIR%%/stdlib/format/elf/platform+openbsd.ha
%%DATADIR%%/stdlib/format/elf/types.ha
%%DATADIR%%/stdlib/format/ini/+test.ha
%%DATADIR%%/stdlib/format/ini/README
%%DATADIR%%/stdlib/format/ini/scan.ha
%%DATADIR%%/stdlib/format/ini/types.ha
%%DATADIR%%/stdlib/fs/README
%%DATADIR%%/stdlib/fs/fs.ha
%%DATADIR%%/stdlib/fs/types.ha
%%DATADIR%%/stdlib/fs/util.ha
%%DATADIR%%/stdlib/getopt/README
%%DATADIR%%/stdlib/getopt/getopts.ha
%%DATADIR%%/stdlib/glob/+test.ha
%%DATADIR%%/stdlib/glob/README
%%DATADIR%%/stdlib/glob/glob.ha
%%DATADIR%%/stdlib/hare/README
%%DATADIR%%/stdlib/hare/ast/README
%%DATADIR%%/stdlib/hare/ast/decl.ha
%%DATADIR%%/stdlib/hare/ast/expr.ha
%%DATADIR%%/stdlib/hare/ast/ident.ha
%%DATADIR%%/stdlib/hare/ast/import.ha
%%DATADIR%%/stdlib/hare/ast/type.ha
%%DATADIR%%/stdlib/hare/ast/unit.ha
%%DATADIR%%/stdlib/hare/lex/+test.ha
%%DATADIR%%/stdlib/hare/lex/README
%%DATADIR%%/stdlib/hare/lex/lex.ha
%%DATADIR%%/stdlib/hare/lex/token.ha
%%DATADIR%%/stdlib/hare/module/README
%%DATADIR%%/stdlib/hare/module/cache.ha
%%DATADIR%%/stdlib/hare/module/deps.ha
%%DATADIR%%/stdlib/hare/module/format.ha
%%DATADIR%%/stdlib/hare/module/srcs.ha
%%DATADIR%%/stdlib/hare/module/types.ha
%%DATADIR%%/stdlib/hare/module/util.ha
%%DATADIR%%/stdlib/hare/parse/+test/expr_test.ha
%%DATADIR%%/stdlib/hare/parse/+test/ident_test.ha
%%DATADIR%%/stdlib/hare/parse/+test/loc.ha
%%DATADIR%%/stdlib/hare/parse/+test/roundtrip.ha
%%DATADIR%%/stdlib/hare/parse/+test/types.ha
%%DATADIR%%/stdlib/hare/parse/+test/unit_test.ha
%%DATADIR%%/stdlib/hare/parse/README
%%DATADIR%%/stdlib/hare/parse/decl.ha
%%DATADIR%%/stdlib/hare/parse/doc/+test.ha
%%DATADIR%%/stdlib/hare/parse/doc/README
%%DATADIR%%/stdlib/hare/parse/doc/doc.ha
%%DATADIR%%/stdlib/hare/parse/expr.ha
%%DATADIR%%/stdlib/hare/parse/ident.ha
%%DATADIR%%/stdlib/hare/parse/import.ha
%%DATADIR%%/stdlib/hare/parse/parse.ha
%%DATADIR%%/stdlib/hare/parse/type.ha
%%DATADIR%%/stdlib/hare/parse/unit.ha
%%DATADIR%%/stdlib/hare/types/+aarch64/writesize.ha
%%DATADIR%%/stdlib/hare/types/+riscv64/writesize.ha
%%DATADIR%%/stdlib/hare/types/+test.ha
%%DATADIR%%/stdlib/hare/types/+x86_64/writesize.ha
%%DATADIR%%/stdlib/hare/types/README
%%DATADIR%%/stdlib/hare/types/arch.ha
%%DATADIR%%/stdlib/hare/types/builtins.ha
%%DATADIR%%/stdlib/hare/types/class.ha
%%DATADIR%%/stdlib/hare/types/hash.ha
%%DATADIR%%/stdlib/hare/types/lookup.ha
%%DATADIR%%/stdlib/hare/types/store.ha
%%DATADIR%%/stdlib/hare/types/types.ha
%%DATADIR%%/stdlib/hare/unit/+test.ha
%%DATADIR%%/stdlib/hare/unit/check.ha
%%DATADIR%%/stdlib/hare/unit/context.ha
%%DATADIR%%/stdlib/hare/unit/errors.ha
%%DATADIR%%/stdlib/hare/unit/expr.ha
%%DATADIR%%/stdlib/hare/unit/process.ha
%%DATADIR%%/stdlib/hare/unit/scan.ha
%%DATADIR%%/stdlib/hare/unit/scope.ha
%%DATADIR%%/stdlib/hare/unit/unit.ha
%%DATADIR%%/stdlib/hare/unparse/README
%%DATADIR%%/stdlib/hare/unparse/decl.ha
%%DATADIR%%/stdlib/hare/unparse/expr.ha
%%DATADIR%%/stdlib/hare/unparse/ident.ha
%%DATADIR%%/stdlib/hare/unparse/import.ha
%%DATADIR%%/stdlib/hare/unparse/syn.ha
%%DATADIR%%/stdlib/hare/unparse/type.ha
%%DATADIR%%/stdlib/hare/unparse/unit.ha
%%DATADIR%%/stdlib/hare/unparse/util.ha
%%DATADIR%%/stdlib/hash/README
%%DATADIR%%/stdlib/hash/adler32/README
%%DATADIR%%/stdlib/hash/adler32/adler32.ha
%%DATADIR%%/stdlib/hash/crc16/README
%%DATADIR%%/stdlib/hash/crc16/crc16.ha
%%DATADIR%%/stdlib/hash/crc32/README
%%DATADIR%%/stdlib/hash/crc32/crc32.ha
%%DATADIR%%/stdlib/hash/crc64/README
%%DATADIR%%/stdlib/hash/crc64/crc64.ha
%%DATADIR%%/stdlib/hash/fnv/+aarch64.ha
%%DATADIR%%/stdlib/hash/fnv/+riscv64.ha
%%DATADIR%%/stdlib/hash/fnv/+x86_64.ha
%%DATADIR%%/stdlib/hash/fnv/README
%%DATADIR%%/stdlib/hash/fnv/fnv.ha
%%DATADIR%%/stdlib/hash/hash.ha
%%DATADIR%%/stdlib/hash/siphash/+test.ha
%%DATADIR%%/stdlib/hash/siphash/README
%%DATADIR%%/stdlib/hash/siphash/siphash.ha
%%DATADIR%%/stdlib/io/+freebsd/dup.ha
%%DATADIR%%/stdlib/io/+freebsd/mmap.ha
%%DATADIR%%/stdlib/io/+freebsd/platform_file.ha
%%DATADIR%%/stdlib/io/+freebsd/sync.ha
%%DATADIR%%/stdlib/io/+freebsd/vector.ha
%%DATADIR%%/stdlib/io/+linux/dup.ha
%%DATADIR%%/stdlib/io/+linux/mmap.ha
%%DATADIR%%/stdlib/io/+linux/platform_file.ha
%%DATADIR%%/stdlib/io/+linux/sync.ha
%%DATADIR%%/stdlib/io/+linux/vector.ha
%%DATADIR%%/stdlib/io/+netbsd/dup.ha
%%DATADIR%%/stdlib/io/+netbsd/mmap.ha
%%DATADIR%%/stdlib/io/+netbsd/platform_file.ha
%%DATADIR%%/stdlib/io/+netbsd/sync.ha
%%DATADIR%%/stdlib/io/+netbsd/vector.ha
%%DATADIR%%/stdlib/io/+openbsd/dup.ha
%%DATADIR%%/stdlib/io/+openbsd/mmap.ha
%%DATADIR%%/stdlib/io/+openbsd/platform_file.ha
%%DATADIR%%/stdlib/io/+openbsd/sync.ha
%%DATADIR%%/stdlib/io/+openbsd/vector.ha
%%DATADIR%%/stdlib/io/+test/limit_test.ha
%%DATADIR%%/stdlib/io/+test/stream_test.ha
%%DATADIR%%/stdlib/io/README
%%DATADIR%%/stdlib/io/arch+aarch64.ha
%%DATADIR%%/stdlib/io/arch+riscv64.ha
%%DATADIR%%/stdlib/io/arch+x86_64.ha
%%DATADIR%%/stdlib/io/copy.ha
%%DATADIR%%/stdlib/io/drain.ha
%%DATADIR%%/stdlib/io/empty.ha
%%DATADIR%%/stdlib/io/file.ha
%%DATADIR%%/stdlib/io/handle.ha
%%DATADIR%%/stdlib/io/limit.ha
%%DATADIR%%/stdlib/io/stream.ha
%%DATADIR%%/stdlib/io/tee.ha
%%DATADIR%%/stdlib/io/types.ha
%%DATADIR%%/stdlib/io/util.ha
%%DATADIR%%/stdlib/io/zero.ha
%%DATADIR%%/stdlib/linux/+linux/README
%%DATADIR%%/stdlib/linux/+linux/env.ha
%%DATADIR%%/stdlib/linux/+linux/start.ha
%%DATADIR%%/stdlib/linux/keyctl/+linux/README
%%DATADIR%%/stdlib/linux/keyctl/+linux/keyctl.ha
%%DATADIR%%/stdlib/linux/keyctl/+linux/types.ha
%%DATADIR%%/stdlib/linux/timerfd/+linux/README
%%DATADIR%%/stdlib/linux/timerfd/+linux/timerfd.ha
%%DATADIR%%/stdlib/linux/vdso/+linux/vdso.ha
%%DATADIR%%/stdlib/log/README
%%DATADIR%%/stdlib/log/funcs.ha
%%DATADIR%%/stdlib/log/global.ha
%%DATADIR%%/stdlib/log/logger.ha
%%DATADIR%%/stdlib/log/silent.ha
%%DATADIR%%/stdlib/math/+test/data.ha
%%DATADIR%%/stdlib/math/+test/floats_test.ha
%%DATADIR%%/stdlib/math/+test/math_test.ha
%%DATADIR%%/stdlib/math/+test/trig_test.ha
%%DATADIR%%/stdlib/math/README
%%DATADIR%%/stdlib/math/checked/README
%%DATADIR%%/stdlib/math/checked/checked.ha
%%DATADIR%%/stdlib/math/checked/saturating.ha
%%DATADIR%%/stdlib/math/complex/+test.ha
%%DATADIR%%/stdlib/math/complex/README
%%DATADIR%%/stdlib/math/complex/complex.ha
%%DATADIR%%/stdlib/math/fenv+aarch64.ha
%%DATADIR%%/stdlib/math/fenv+riscv64.ha
%%DATADIR%%/stdlib/math/fenv+x86_64.ha
%%DATADIR%%/stdlib/math/fenv_func.ha
%%DATADIR%%/stdlib/math/floats.ha
%%DATADIR%%/stdlib/math/ints.ha
%%DATADIR%%/stdlib/math/math.ha
%%DATADIR%%/stdlib/math/random/README
%%DATADIR%%/stdlib/math/random/random.ha
%%DATADIR%%/stdlib/math/trig.ha
%%DATADIR%%/stdlib/math/uints.ha
%%DATADIR%%/stdlib/memio/README
%%DATADIR%%/stdlib/memio/ops.ha
%%DATADIR%%/stdlib/memio/stream.ha
%%DATADIR%%/stdlib/mime/+freebsd.ha
%%DATADIR%%/stdlib/mime/+linux.ha
%%DATADIR%%/stdlib/mime/+netbsd.ha
%%DATADIR%%/stdlib/mime/+openbsd.ha
%%DATADIR%%/stdlib/mime/README
%%DATADIR%%/stdlib/mime/database.ha
%%DATADIR%%/stdlib/mime/entries+test.ha
%%DATADIR%%/stdlib/mime/lookup.ha
%%DATADIR%%/stdlib/mime/parse.ha
%%DATADIR%%/stdlib/mime/system.ha
%%DATADIR%%/stdlib/net/+freebsd.ha
%%DATADIR%%/stdlib/net/+linux.ha
%%DATADIR%%/stdlib/net/+netbsd.ha
%%DATADIR%%/stdlib/net/+openbsd.ha
%%DATADIR%%/stdlib/net/README
%%DATADIR%%/stdlib/net/dial/README
%%DATADIR%%/stdlib/net/dial/dial.ha
%%DATADIR%%/stdlib/net/dial/ip.ha
%%DATADIR%%/stdlib/net/dial/registry.ha
%%DATADIR%%/stdlib/net/dial/resolve.ha
%%DATADIR%%/stdlib/net/dns/README
%%DATADIR%%/stdlib/net/dns/decode.ha
%%DATADIR%%/stdlib/net/dns/encode.ha
%%DATADIR%%/stdlib/net/dns/error.ha
%%DATADIR%%/stdlib/net/dns/query.ha
%%DATADIR%%/stdlib/net/dns/strdomain.ha
%%DATADIR%%/stdlib/net/dns/types.ha
%%DATADIR%%/stdlib/net/errors.ha
%%DATADIR%%/stdlib/net/ip/+freebsd.ha
%%DATADIR%%/stdlib/net/ip/+linux.ha
%%DATADIR%%/stdlib/net/ip/+netbsd.ha
%%DATADIR%%/stdlib/net/ip/+openbsd.ha
%%DATADIR%%/stdlib/net/ip/README
%%DATADIR%%/stdlib/net/ip/ip.ha
%%DATADIR%%/stdlib/net/ip/test+test.ha
%%DATADIR%%/stdlib/net/msg.ha
%%DATADIR%%/stdlib/net/tcp/+freebsd.ha
%%DATADIR%%/stdlib/net/tcp/+linux.ha
%%DATADIR%%/stdlib/net/tcp/+netbsd.ha
%%DATADIR%%/stdlib/net/tcp/+openbsd.ha
%%DATADIR%%/stdlib/net/tcp/README
%%DATADIR%%/stdlib/net/tcp/listener.ha
%%DATADIR%%/stdlib/net/tcp/options.ha
%%DATADIR%%/stdlib/net/types.ha
%%DATADIR%%/stdlib/net/udp/+freebsd.ha
%%DATADIR%%/stdlib/net/udp/+linux.ha
%%DATADIR%%/stdlib/net/udp/+netbsd.ha
%%DATADIR%%/stdlib/net/udp/+openbsd.ha
%%DATADIR%%/stdlib/net/udp/README
%%DATADIR%%/stdlib/net/udp/options.ha
%%DATADIR%%/stdlib/net/unix/+freebsd.ha
%%DATADIR%%/stdlib/net/unix/+linux.ha
%%DATADIR%%/stdlib/net/unix/+netbsd.ha
%%DATADIR%%/stdlib/net/unix/+openbsd.ha
%%DATADIR%%/stdlib/net/unix/README
%%DATADIR%%/stdlib/net/unix/addr.ha
%%DATADIR%%/stdlib/net/unix/cmsg.ha
%%DATADIR%%/stdlib/net/unix/dial.ha
%%DATADIR%%/stdlib/net/unix/listener.ha
%%DATADIR%%/stdlib/net/unix/options.ha
%%DATADIR%%/stdlib/net/unix/socketpair.ha
%%DATADIR%%/stdlib/net/uri/+test.ha
%%DATADIR%%/stdlib/net/uri/README
%%DATADIR%%/stdlib/net/uri/fmt.ha
%%DATADIR%%/stdlib/net/uri/parse.ha
%%DATADIR%%/stdlib/net/uri/query.ha
%%DATADIR%%/stdlib/net/uri/uri.ha
%%DATADIR%%/stdlib/os/+freebsd/dirfdfs.ha
%%DATADIR%%/stdlib/os/+freebsd/exit+libc-test.ha
%%DATADIR%%/stdlib/os/+freebsd/exit+test.ha
%%DATADIR%%/stdlib/os/+freebsd/exit.ha
%%DATADIR%%/stdlib/os/+freebsd/fcntl.ha
%%DATADIR%%/stdlib/os/+freebsd/fs.ha
%%DATADIR%%/stdlib/os/+freebsd/memfd.ha
%%DATADIR%%/stdlib/os/+freebsd/platform_environ.ha
%%DATADIR%%/stdlib/os/+freebsd/shm.ha
%%DATADIR%%/stdlib/os/+freebsd/status.ha
%%DATADIR%%/stdlib/os/+freebsd/stdfd.ha
%%DATADIR%%/stdlib/os/+linux/dirfdfs.ha
%%DATADIR%%/stdlib/os/+linux/exit+libc-test.ha
%%DATADIR%%/stdlib/os/+linux/exit+test.ha
%%DATADIR%%/stdlib/os/+linux/exit.ha
%%DATADIR%%/stdlib/os/+linux/fcntl.ha
%%DATADIR%%/stdlib/os/+linux/fs.ha
%%DATADIR%%/stdlib/os/+linux/memfd.ha
%%DATADIR%%/stdlib/os/+linux/memory.ha
%%DATADIR%%/stdlib/os/+linux/platform_environ.ha
%%DATADIR%%/stdlib/os/+linux/shm.ha
%%DATADIR%%/stdlib/os/+linux/status.ha
%%DATADIR%%/stdlib/os/+linux/stdfd.ha
%%DATADIR%%/stdlib/os/+netbsd/dirfdfs.ha
%%DATADIR%%/stdlib/os/+netbsd/exit+test.ha
%%DATADIR%%/stdlib/os/+netbsd/exit.ha
%%DATADIR%%/stdlib/os/+netbsd/fcntl.ha
%%DATADIR%%/stdlib/os/+netbsd/fs.ha
%%DATADIR%%/stdlib/os/+netbsd/platform_environ.ha
%%DATADIR%%/stdlib/os/+netbsd/shm.ha
%%DATADIR%%/stdlib/os/+netbsd/status.ha
%%DATADIR%%/stdlib/os/+netbsd/stdfd.ha
%%DATADIR%%/stdlib/os/+openbsd/dirfdfs.ha
%%DATADIR%%/stdlib/os/+openbsd/exit+test.ha
%%DATADIR%%/stdlib/os/+openbsd/exit.ha
%%DATADIR%%/stdlib/os/+openbsd/fcntl.ha
%%DATADIR%%/stdlib/os/+openbsd/fs.ha
%%DATADIR%%/stdlib/os/+openbsd/platform_environ.ha
%%DATADIR%%/stdlib/os/+openbsd/shm.ha
%%DATADIR%%/stdlib/os/+openbsd/status.ha
%%DATADIR%%/stdlib/os/+openbsd/stdfd.ha
%%DATADIR%%/stdlib/os/README
%%DATADIR%%/stdlib/os/bufio.ha
%%DATADIR%%/stdlib/os/environ.ha
%%DATADIR%%/stdlib/os/exec/+freebsd/exec.ha
%%DATADIR%%/stdlib/os/exec/+freebsd/platform_cmd.ha
%%DATADIR%%/stdlib/os/exec/+freebsd/process.ha
%%DATADIR%%/stdlib/os/exec/+linux/exec.ha
%%DATADIR%%/stdlib/os/exec/+linux/platform_cmd.ha
%%DATADIR%%/stdlib/os/exec/+linux/process.ha
%%DATADIR%%/stdlib/os/exec/+netbsd/exec.ha
%%DATADIR%%/stdlib/os/exec/+netbsd/platform_cmd.ha
%%DATADIR%%/stdlib/os/exec/+netbsd/process.ha
%%DATADIR%%/stdlib/os/exec/+openbsd/exec.ha
%%DATADIR%%/stdlib/os/exec/+openbsd/platform_cmd.ha
%%DATADIR%%/stdlib/os/exec/+openbsd/process.ha
%%DATADIR%%/stdlib/os/exec/README
%%DATADIR%%/stdlib/os/exec/cmd.ha
%%DATADIR%%/stdlib/os/exec/env+test.ha
%%DATADIR%%/stdlib/os/exec/types.ha
%%DATADIR%%/stdlib/os/os.ha
%%DATADIR%%/stdlib/path/+freebsd.ha
%%DATADIR%%/stdlib/path/+linux.ha
%%DATADIR%%/stdlib/path/+netbsd.ha
%%DATADIR%%/stdlib/path/+openbsd.ha
%%DATADIR%%/stdlib/path/README
%%DATADIR%%/stdlib/path/buffer.ha
%%DATADIR%%/stdlib/path/error.ha
%%DATADIR%%/stdlib/path/ext_stack.ha
%%DATADIR%%/stdlib/path/iter.ha
%%DATADIR%%/stdlib/path/posix.ha
%%DATADIR%%/stdlib/path/prefix.ha
%%DATADIR%%/stdlib/path/stack.ha
%%DATADIR%%/stdlib/regex/+test.ha
%%DATADIR%%/stdlib/regex/README
%%DATADIR%%/stdlib/regex/regex.ha
%%DATADIR%%/stdlib/rt/+aarch64/arch_jmp.ha
%%DATADIR%%/stdlib/rt/+aarch64/cpuid.ha
%%DATADIR%%/stdlib/rt/+aarch64/cpuid.s
%%DATADIR%%/stdlib/rt/+aarch64/fenv.s
%%DATADIR%%/stdlib/rt/+aarch64/longjmp.s
%%DATADIR%%/stdlib/rt/+aarch64/setjmp.s
%%DATADIR%%/stdlib/rt/+freebsd/+aarch64.ha
%%DATADIR%%/stdlib/rt/+freebsd/+riscv64.ha
%%DATADIR%%/stdlib/rt/+freebsd/+x86_64.ha
%%DATADIR%%/stdlib/rt/+freebsd/env.ha
%%DATADIR%%/stdlib/rt/+freebsd/errno.ha
%%DATADIR%%/stdlib/rt/+freebsd/hare+libc.sc
%%DATADIR%%/stdlib/rt/+freebsd/hare.sc
%%DATADIR%%/stdlib/rt/+freebsd/initfini.ha
%%DATADIR%%/stdlib/rt/+freebsd/platform_abort.ha
%%DATADIR%%/stdlib/rt/+freebsd/platformstart-libc.ha
%%DATADIR%%/stdlib/rt/+freebsd/segmalloc.ha
%%DATADIR%%/stdlib/rt/+freebsd/signal.ha
%%DATADIR%%/stdlib/rt/+freebsd/socket.ha
%%DATADIR%%/stdlib/rt/+freebsd/start+aarch64-libc.s
%%DATADIR%%/stdlib/rt/+freebsd/start+libc.ha
%%DATADIR%%/stdlib/rt/+freebsd/start+riscv64-libc.s
%%DATADIR%%/stdlib/rt/+freebsd/start+test+libc.ha
%%DATADIR%%/stdlib/rt/+freebsd/start+test.ha
%%DATADIR%%/stdlib/rt/+freebsd/start+x86_64-libc.s
%%DATADIR%%/stdlib/rt/+freebsd/start.ha
%%DATADIR%%/stdlib/rt/+freebsd/syscall+aarch64.s
%%DATADIR%%/stdlib/rt/+freebsd/syscall+riscv64.s
%%DATADIR%%/stdlib/rt/+freebsd/syscall+x86_64.s
%%DATADIR%%/stdlib/rt/+freebsd/syscallno.ha
%%DATADIR%%/stdlib/rt/+freebsd/syscalls.ha
%%DATADIR%%/stdlib/rt/+freebsd/types.ha
%%DATADIR%%/stdlib/rt/+linux/+aarch64.ha
%%DATADIR%%/stdlib/rt/+linux/+riscv64.ha
%%DATADIR%%/stdlib/rt/+linux/+x86_64.ha
%%DATADIR%%/stdlib/rt/+linux/env.ha
%%DATADIR%%/stdlib/rt/+linux/errno.ha
%%DATADIR%%/stdlib/rt/+linux/hare+libc.sc
%%DATADIR%%/stdlib/rt/+linux/hare.sc
%%DATADIR%%/stdlib/rt/+linux/initfini.ha
%%DATADIR%%/stdlib/rt/+linux/platform_abort.ha
%%DATADIR%%/stdlib/rt/+linux/platformstart-libc.ha
%%DATADIR%%/stdlib/rt/+linux/prctl.ha
%%DATADIR%%/stdlib/rt/+linux/restore+aarch64.s
%%DATADIR%%/stdlib/rt/+linux/restore+riscv64.s
%%DATADIR%%/stdlib/rt/+linux/restore+x86_64.s
%%DATADIR%%/stdlib/rt/+linux/segmalloc.ha
%%DATADIR%%/stdlib/rt/+linux/signal.ha
%%DATADIR%%/stdlib/rt/+linux/socket.ha
%%DATADIR%%/stdlib/rt/+linux/start+aarch64-libc.s
%%DATADIR%%/stdlib/rt/+linux/start+libc.ha
%%DATADIR%%/stdlib/rt/+linux/start+riscv64-libc.s
%%DATADIR%%/stdlib/rt/+linux/start+test+libc.ha
%%DATADIR%%/stdlib/rt/+linux/start+test.ha
%%DATADIR%%/stdlib/rt/+linux/start+x86_64-libc.s
%%DATADIR%%/stdlib/rt/+linux/start.ha
%%DATADIR%%/stdlib/rt/+linux/stat.ha
%%DATADIR%%/stdlib/rt/+linux/syscall+aarch64.s
%%DATADIR%%/stdlib/rt/+linux/syscall+riscv64.s
%%DATADIR%%/stdlib/rt/+linux/syscall+x86_64.s
%%DATADIR%%/stdlib/rt/+linux/syscallno+aarch64.ha
%%DATADIR%%/stdlib/rt/+linux/syscallno+riscv64.ha
%%DATADIR%%/stdlib/rt/+linux/syscallno+x86_64.ha
%%DATADIR%%/stdlib/rt/+linux/syscalls.ha
%%DATADIR%%/stdlib/rt/+linux/types.ha
%%DATADIR%%/stdlib/rt/+netbsd/+x86_64.ha
%%DATADIR%%/stdlib/rt/+netbsd/env.ha
%%DATADIR%%/stdlib/rt/+netbsd/errno.ha
%%DATADIR%%/stdlib/rt/+netbsd/hare.sc
%%DATADIR%%/stdlib/rt/+netbsd/initfini.ha
%%DATADIR%%/stdlib/rt/+netbsd/platform_abort.ha
%%DATADIR%%/stdlib/rt/+netbsd/platformstart-libc.ha
%%DATADIR%%/stdlib/rt/+netbsd/segmalloc.ha
%%DATADIR%%/stdlib/rt/+netbsd/signal.ha
%%DATADIR%%/stdlib/rt/+netbsd/socket.ha
%%DATADIR%%/stdlib/rt/+netbsd/start+test.ha
%%DATADIR%%/stdlib/rt/+netbsd/start+x86_64-libc.s
%%DATADIR%%/stdlib/rt/+netbsd/start.ha
%%DATADIR%%/stdlib/rt/+netbsd/syscall+x86_64.s
%%DATADIR%%/stdlib/rt/+netbsd/syscallno.ha
%%DATADIR%%/stdlib/rt/+netbsd/syscalls.ha
%%DATADIR%%/stdlib/rt/+netbsd/sysctl.ha
%%DATADIR%%/stdlib/rt/+netbsd/types.ha
%%DATADIR%%/stdlib/rt/+openbsd/+aarch64.ha
%%DATADIR%%/stdlib/rt/+openbsd/+riscv64.ha
%%DATADIR%%/stdlib/rt/+openbsd/+x86_64.ha
%%DATADIR%%/stdlib/rt/+openbsd/dynamic_linker.ha
%%DATADIR%%/stdlib/rt/+openbsd/env.ha
%%DATADIR%%/stdlib/rt/+openbsd/errno.ha
%%DATADIR%%/stdlib/rt/+openbsd/hare+test.sc
%%DATADIR%%/stdlib/rt/+openbsd/hare.sc
%%DATADIR%%/stdlib/rt/+openbsd/libc.ha
%%DATADIR%%/stdlib/rt/+openbsd/platform_abort.ha
%%DATADIR%%/stdlib/rt/+openbsd/signal.ha
%%DATADIR%%/stdlib/rt/+openbsd/socket.ha
%%DATADIR%%/stdlib/rt/+openbsd/start+test.ha
%%DATADIR%%/stdlib/rt/+openbsd/start.ha
%%DATADIR%%/stdlib/rt/+openbsd/start.s
%%DATADIR%%/stdlib/rt/+openbsd/syscalls.ha
%%DATADIR%%/stdlib/rt/+openbsd/types.ha
%%DATADIR%%/stdlib/rt/+riscv64/arch_jmp.ha
%%DATADIR%%/stdlib/rt/+riscv64/cpuid.ha
%%DATADIR%%/stdlib/rt/+riscv64/cpuid.s
%%DATADIR%%/stdlib/rt/+riscv64/fenv.s
%%DATADIR%%/stdlib/rt/+riscv64/longjmp.s
%%DATADIR%%/stdlib/rt/+riscv64/setjmp.s
%%DATADIR%%/stdlib/rt/+x86_64/arch_jmp.ha
%%DATADIR%%/stdlib/rt/+x86_64/cpuid.ha
%%DATADIR%%/stdlib/rt/+x86_64/cpuid.s
%%DATADIR%%/stdlib/rt/+x86_64/fenv.s
%%DATADIR%%/stdlib/rt/+x86_64/longjmp.s
%%DATADIR%%/stdlib/rt/+x86_64/setjmp.s
%%DATADIR%%/stdlib/rt/README
%%DATADIR%%/stdlib/rt/abort.ha
%%DATADIR%%/stdlib/rt/ensure.ha
%%DATADIR%%/stdlib/rt/fenv_defs.ha
%%DATADIR%%/stdlib/rt/heap-libc.ha
%%DATADIR%%/stdlib/rt/jmp.ha
%%DATADIR%%/stdlib/rt/malloc+debug.ha
%%DATADIR%%/stdlib/rt/malloc+libc.ha
%%DATADIR%%/stdlib/rt/malloc.ha
%%DATADIR%%/stdlib/rt/memcpy.ha
%%DATADIR%%/stdlib/rt/memfunc_ptr.ha
%%DATADIR%%/stdlib/rt/memmove.ha
%%DATADIR%%/stdlib/rt/memset.ha
%%DATADIR%%/stdlib/rt/strcmp.ha
%%DATADIR%%/stdlib/rt/u64tos.ha
%%DATADIR%%/stdlib/rt/unknown_errno.ha
%%DATADIR%%/stdlib/shlex/+test.ha
%%DATADIR%%/stdlib/shlex/README
%%DATADIR%%/stdlib/shlex/escape.ha
%%DATADIR%%/stdlib/shlex/split.ha
%%DATADIR%%/stdlib/sort/+test.ha
%%DATADIR%%/stdlib/sort/README
%%DATADIR%%/stdlib/sort/bisect.ha
%%DATADIR%%/stdlib/sort/cmp/README
%%DATADIR%%/stdlib/sort/cmp/cmp.ha
%%DATADIR%%/stdlib/sort/search.ha
%%DATADIR%%/stdlib/sort/sort.ha
%%DATADIR%%/stdlib/sort/types.ha
%%DATADIR%%/stdlib/strconv/+test/ftos_test.ha
%%DATADIR%%/stdlib/strconv/README
%%DATADIR%%/stdlib/strconv/decimal.ha
%%DATADIR%%/stdlib/strconv/ftos.ha
%%DATADIR%%/stdlib/strconv/ftos_ryu.ha
%%DATADIR%%/stdlib/strconv/itos.ha
%%DATADIR%%/stdlib/strconv/stof.ha
%%DATADIR%%/stdlib/strconv/stof_data.ha
%%DATADIR%%/stdlib/strconv/stoi.ha
%%DATADIR%%/stdlib/strconv/stou.ha
%%DATADIR%%/stdlib/strconv/types.ha
%%DATADIR%%/stdlib/strconv/utos.ha
%%DATADIR%%/stdlib/strings/README
%%DATADIR%%/stdlib/strings/compare.ha
%%DATADIR%%/stdlib/strings/concat.ha
%%DATADIR%%/stdlib/strings/contains.ha
%%DATADIR%%/stdlib/strings/dup.ha
%%DATADIR%%/stdlib/strings/index.ha
%%DATADIR%%/stdlib/strings/iter.ha
%%DATADIR%%/stdlib/strings/pad.ha
%%DATADIR%%/stdlib/strings/replace.ha
%%DATADIR%%/stdlib/strings/runes.ha
%%DATADIR%%/stdlib/strings/sub.ha
%%DATADIR%%/stdlib/strings/suffix.ha
%%DATADIR%%/stdlib/strings/template/README
%%DATADIR%%/stdlib/strings/template/template.ha
%%DATADIR%%/stdlib/strings/tokenize.ha
%%DATADIR%%/stdlib/strings/trim.ha
%%DATADIR%%/stdlib/strings/utf8.ha
%%DATADIR%%/stdlib/temp/+freebsd.ha
%%DATADIR%%/stdlib/temp/+linux.ha
%%DATADIR%%/stdlib/temp/+netbsd.ha
%%DATADIR%%/stdlib/temp/README
%%DATADIR%%/stdlib/test/+test.ha
%%DATADIR%%/stdlib/test/README
%%DATADIR%%/stdlib/test/fail+test.ha
%%DATADIR%%/stdlib/test/util+test.ha
%%DATADIR%%/stdlib/test/util.ha
%%DATADIR%%/stdlib/time/+freebsd/functions.ha
%%DATADIR%%/stdlib/time/+linux/+aarch64.ha
%%DATADIR%%/stdlib/time/+linux/+riscv64.ha
%%DATADIR%%/stdlib/time/+linux/+x86_64.ha
%%DATADIR%%/stdlib/time/+linux/functions.ha
%%DATADIR%%/stdlib/time/+netbsd/functions.ha
%%DATADIR%%/stdlib/time/+openbsd/functions.ha
%%DATADIR%%/stdlib/time/README
%%DATADIR%%/stdlib/time/arithm.ha
%%DATADIR%%/stdlib/time/chrono/+freebsd.ha
%%DATADIR%%/stdlib/time/chrono/+linux.ha
%%DATADIR%%/stdlib/time/chrono/+netbsd.ha
%%DATADIR%%/stdlib/time/chrono/+openbsd.ha
%%DATADIR%%/stdlib/time/chrono/README
%%DATADIR%%/stdlib/time/chrono/arithmetic.ha
%%DATADIR%%/stdlib/time/chrono/error.ha
%%DATADIR%%/stdlib/time/chrono/moment.ha
%%DATADIR%%/stdlib/time/chrono/timescale.ha
%%DATADIR%%/stdlib/time/chrono/utc.ha
%%DATADIR%%/stdlib/time/date/+freebsd.ha
%%DATADIR%%/stdlib/time/date/+linux.ha
%%DATADIR%%/stdlib/time/date/+netbsd.ha
%%DATADIR%%/stdlib/time/date/+openbsd.ha
%%DATADIR%%/stdlib/time/date/README
%%DATADIR%%/stdlib/time/date/constants.ha
%%DATADIR%%/stdlib/time/date/date.ha
%%DATADIR%%/stdlib/time/date/daydate.ha
%%DATADIR%%/stdlib/time/date/daytime.ha
%%DATADIR%%/stdlib/time/date/duration.ha
%%DATADIR%%/stdlib/time/date/error.ha
%%DATADIR%%/stdlib/time/date/format.ha
%%DATADIR%%/stdlib/time/date/hop.ha
%%DATADIR%%/stdlib/time/date/locality.ha
%%DATADIR%%/stdlib/time/date/observe.ha
%%DATADIR%%/stdlib/time/date/parse.ha
%%DATADIR%%/stdlib/time/date/posix.ha
%%DATADIR%%/stdlib/time/date/reckon.ha
%%DATADIR%%/stdlib/time/date/span.ha
%%DATADIR%%/stdlib/time/date/step.ha
%%DATADIR%%/stdlib/time/date/timezone.ha
%%DATADIR%%/stdlib/time/date/traverse.ha
%%DATADIR%%/stdlib/time/date/truncate.ha
%%DATADIR%%/stdlib/time/date/tzdb.ha
%%DATADIR%%/stdlib/time/date/virtual.ha
%%DATADIR%%/stdlib/time/duration.ha
%%DATADIR%%/stdlib/time/instant.ha
%%DATADIR%%/stdlib/types/README
%%DATADIR%%/stdlib/types/arch+aarch64.ha
%%DATADIR%%/stdlib/types/arch+riscv64.ha
%%DATADIR%%/stdlib/types/arch+x86_64.ha
%%DATADIR%%/stdlib/types/c/+test.ha
%%DATADIR%%/stdlib/types/c/README
%%DATADIR%%/stdlib/types/c/arch+aarch64.ha
%%DATADIR%%/stdlib/types/c/arch+riscv64.ha
%%DATADIR%%/stdlib/types/c/arch+x86_64.ha
%%DATADIR%%/stdlib/types/c/strings.ha
%%DATADIR%%/stdlib/types/c/types.ha
%%DATADIR%%/stdlib/types/classes.ha
%%DATADIR%%/stdlib/types/limits.ha
%%DATADIR%%/stdlib/unix/+freebsd/creds.ha
%%DATADIR%%/stdlib/unix/+freebsd/nice.ha
%%DATADIR%%/stdlib/unix/+freebsd/pipe.ha
%%DATADIR%%/stdlib/unix/+freebsd/rlimit.ha
%%DATADIR%%/stdlib/unix/+freebsd/umask.ha
%%DATADIR%%/stdlib/unix/+linux/creds.ha
%%DATADIR%%/stdlib/unix/+linux/nice.ha
%%DATADIR%%/stdlib/unix/+linux/pipe.ha
%%DATADIR%%/stdlib/unix/+linux/rlimit.ha
%%DATADIR%%/stdlib/unix/+linux/umask.ha
%%DATADIR%%/stdlib/unix/+netbsd/creds.ha
%%DATADIR%%/stdlib/unix/+netbsd/nice.ha
%%DATADIR%%/stdlib/unix/+netbsd/pipe.ha
%%DATADIR%%/stdlib/unix/+netbsd/rlimit.ha
%%DATADIR%%/stdlib/unix/+netbsd/umask.ha
%%DATADIR%%/stdlib/unix/+openbsd/creds.ha
%%DATADIR%%/stdlib/unix/+openbsd/nice.ha
%%DATADIR%%/stdlib/unix/+openbsd/pipe.ha
%%DATADIR%%/stdlib/unix/+openbsd/rlimit.ha
%%DATADIR%%/stdlib/unix/+openbsd/umask.ha
%%DATADIR%%/stdlib/unix/README
%%DATADIR%%/stdlib/unix/hosts/+freebsd.ha
%%DATADIR%%/stdlib/unix/hosts/+linux.ha
%%DATADIR%%/stdlib/unix/hosts/+netbsd.ha
%%DATADIR%%/stdlib/unix/hosts/+openbsd.ha
%%DATADIR%%/stdlib/unix/hosts/README
%%DATADIR%%/stdlib/unix/hosts/errors.ha
%%DATADIR%%/stdlib/unix/hosts/hosts.ha
%%DATADIR%%/stdlib/unix/hosts/test+test.ha
%%DATADIR%%/stdlib/unix/passwd/README
%%DATADIR%%/stdlib/unix/passwd/group.ha
%%DATADIR%%/stdlib/unix/passwd/passwd.ha
%%DATADIR%%/stdlib/unix/passwd/types.ha
%%DATADIR%%/stdlib/unix/poll/+freebsd.ha
%%DATADIR%%/stdlib/unix/poll/+linux.ha
%%DATADIR%%/stdlib/unix/poll/+netbsd.ha
%%DATADIR%%/stdlib/unix/poll/+openbsd.ha
%%DATADIR%%/stdlib/unix/poll/README
%%DATADIR%%/stdlib/unix/poll/types.ha
%%DATADIR%%/stdlib/unix/resolvconf/+freebsd.ha
%%DATADIR%%/stdlib/unix/resolvconf/+linux.ha
%%DATADIR%%/stdlib/unix/resolvconf/+netbsd.ha
%%DATADIR%%/stdlib/unix/resolvconf/+openbsd.ha
%%DATADIR%%/stdlib/unix/resolvconf/README
%%DATADIR%%/stdlib/unix/resolvconf/errors.ha
%%DATADIR%%/stdlib/unix/resolvconf/load.ha
%%DATADIR%%/stdlib/unix/resolvconf/reader.ha
%%DATADIR%%/stdlib/unix/resolvconf/types.ha
%%DATADIR%%/stdlib/unix/signal/+freebsd.ha
%%DATADIR%%/stdlib/unix/signal/+linux.ha
%%DATADIR%%/stdlib/unix/signal/+netbsd.ha
%%DATADIR%%/stdlib/unix/signal/+openbsd.ha
%%DATADIR%%/stdlib/unix/signal/README
%%DATADIR%%/stdlib/unix/signal/signal+test.ha
%%DATADIR%%/stdlib/unix/signal/types.ha
%%DATADIR%%/stdlib/unix/tty/+freebsd/isatty.ha
%%DATADIR%%/stdlib/unix/tty/+freebsd/open.ha
%%DATADIR%%/stdlib/unix/tty/+freebsd/pgid.ha
%%DATADIR%%/stdlib/unix/tty/+freebsd/pty.ha
%%DATADIR%%/stdlib/unix/tty/+freebsd/termios.ha
%%DATADIR%%/stdlib/unix/tty/+freebsd/winsize.ha
%%DATADIR%%/stdlib/unix/tty/+linux/isatty.ha
%%DATADIR%%/stdlib/unix/tty/+linux/open.ha
%%DATADIR%%/stdlib/unix/tty/+linux/pgid.ha
%%DATADIR%%/stdlib/unix/tty/+linux/pty.ha
%%DATADIR%%/stdlib/unix/tty/+linux/termios.ha
%%DATADIR%%/stdlib/unix/tty/+linux/winsize.ha
%%DATADIR%%/stdlib/unix/tty/+netbsd/isatty.ha
%%DATADIR%%/stdlib/unix/tty/+netbsd/open.ha
%%DATADIR%%/stdlib/unix/tty/+netbsd/pgid.ha
%%DATADIR%%/stdlib/unix/tty/+netbsd/pty.ha
%%DATADIR%%/stdlib/unix/tty/+netbsd/termios.ha
%%DATADIR%%/stdlib/unix/tty/+netbsd/winsize.ha
%%DATADIR%%/stdlib/unix/tty/+openbsd/isatty.ha
%%DATADIR%%/stdlib/unix/tty/+openbsd/open.ha
%%DATADIR%%/stdlib/unix/tty/+openbsd/pgid.ha
%%DATADIR%%/stdlib/unix/tty/+openbsd/pty.ha
%%DATADIR%%/stdlib/unix/tty/+openbsd/termios.ha
%%DATADIR%%/stdlib/unix/tty/+openbsd/winsize.ha
%%DATADIR%%/stdlib/unix/tty/README
%%DATADIR%%/stdlib/unix/tty/pty_test+test.ha
%%DATADIR%%/stdlib/unix/tty/types.ha
%%DATADIR%%/stdlib/uuid/README
%%DATADIR%%/stdlib/uuid/uuid.ha
%%DATADIR%%/stdlib/wordexp/+test.ha
%%DATADIR%%/stdlib/wordexp/README
%%DATADIR%%/stdlib/wordexp/error.ha
%%DATADIR%%/stdlib/wordexp/wordexp.ha
share/man/man1/hare-build.1.gz
share/man/man1/hare-cache.1.gz
share/man/man1/hare-deps.1.gz
share/man/man1/hare-run.1.gz
share/man/man1/hare-test.1.gz
share/man/man1/hare.1.gz
share/man/man1/haredoc.1.gz
share/man/man5/hare-module.5.gz
share/man/man5/haredoc.5.gz