Skip to content

Commit cd40063

Browse files
authored
Merge pull request #412 from steffan-westcott/patch-1
Added binary data handling libraries
2 parents 6b74756 + cc1e4e5 commit cd40063

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

projects.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1390,6 +1390,18 @@ parse_struct:
13901390
categories: [Binary Data, Parsing]
13911391
platforms: [clj]
13921392

1393+
binf_cljc:
1394+
name: binf.cljc
1395+
url: https://github.com/helins/binf.cljc
1396+
categories: [Binary Data, Parsing]
1397+
platforms: [clj, cljs]
1398+
1399+
byte_transforms:
1400+
name: byte-transforms
1401+
url: https://github.com/clj-commons/byte-transforms
1402+
categories: [Binary Data, Compression, Hashing]
1403+
platforms: [clj]
1404+
13931405
core_logic:
13941406
name: core.logic
13951407
url: https://github.com/clojure/core.logic

0 commit comments

Comments
 (0)