I just changed the names of my two Clojure libraries cljAcmeUtils and cljNetPcap. Those two libs are now named clj-assorted-utils and clj-net-pcap respectively.
Please excuse the inconvenience but I felt this step was necessary as I wanted to upload these libs to clojars.org. This has the unfortunate consequence that you need to change the use/require statements in case you were already using these libs. On the other hand you can now include these libs much easier in your own projects.
The new projects at github are: https://github.com/ruedigergad/clj-assorted-utils and https://github.com/ruedigergad/clj-net-pcap The projects on clojars.org are available at: https://clojars.org/clj-assorted-utils and https://clojars.org/clj-net-pcap Additionally, I uploaded the jNetPcap jar as used by clj-net-pcap with the native libs included to clojars.org as well: https://clojars.org/jnetpcap This means that you can now get the jNetPcap dependency required for clj-net-pcap much easier.