My working unpac repository
at opam/upstream/stringext 10 lines 95 B view raw
1.PHONY: all clean test 2 3all: 4 dune build 5 6test: 7 dune runtest 8 9clean: 10 rm -rf _build *.install