(library (name nock_lib) (modules noun nock bitstream serial) (libraries zarith)) (executable (name test_nock) (modules test_nock) (libraries nock_lib zarith)) (executable (name test_serial) (modules test_serial) (libraries nock_lib zarith)) (executable (name bench_nock) (modules bench_nock) (libraries nock_lib zarith unix))