💾 Archived View for gmi.noulin.net › gitRepositories › sodiumTest › file › package.yml.gmi captured on 2023-01-29 at 13:28:24. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
package.yml (370B)
1 --- 2 name: sodiumTest 3 version: 0.0.1 4 description: "prototypes" 5 bin: ./sodiumTest.c 6 #cflags: -DA -g3 -std=gnu11 -fPIC -pipe 7 lflags: /usr/local/lib/libsodium.a -lm # need -lm for bloom filter in server3.c 8 repository: 9 type: git 10 url: git+https://noulin.net/git/sodiumTest.git 11 author: Anonymous 12 license: MIT 13 homepage: https://noulin.net/sodiumTest