ref: cbf8e144771b88703180db26d74f1c65e45d84fe
dir: /examples/bld.sub/
# http examples
bin h {noinst} =
h.myr
lib @/lib/sys:sys
lib @/lib/std:std
lib @/lib/bio:bio
lib @/lib/http:http
lib @/lib/thread:thread
;;
bin srvdot {noinst} =
srvdot.myr
lib @/lib/sys:sys
lib @/lib/std:std
lib @/lib/bio:bio
lib @/lib/http:http
lib @/lib/thread:thread
;;