ref: 49b61a099de4734e638b1122a5542dd616edd462
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
;;