first commit
This commit is contained in:
16
info.rkt
Normal file
16
info.rkt
Normal file
@@ -0,0 +1,16 @@
|
||||
#lang info
|
||||
|
||||
(define name "Discord Rich Presence")
|
||||
(define version "0.1")
|
||||
(define pkg-desc "Updates Discord status with filename, line count, and running state from DrRacket.")
|
||||
(define pkg-authors '(joren))
|
||||
(define license 'MIT)
|
||||
|
||||
(define drracket-tools '(("tool.rkt")))
|
||||
(define drracket-tool-names '("Discord Presence"))
|
||||
|
||||
(define deps '("base"
|
||||
"drracket-plugin-lib"
|
||||
"gui-lib"
|
||||
"unix-socket-lib"))
|
||||
|
||||
Reference in New Issue
Block a user