Changed package name
This commit is contained in:
parent
66e728b015
commit
6ad729b1ef
|
@ -1,4 +1,4 @@
|
|||
$$$PKG_NAME$$$
|
||||
phc-ts
|
||||
Copyright (c) 2016-2017 Georges Dupéron
|
||||
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$$$PKG_NAME$$$
|
||||
phc-ts
|
||||
Copyright (c) 2016-2017 Georges Dupéron
|
||||
|
||||
|
||||
|
|
12
README.md
12
README.md
|
@ -1,11 +1,11 @@
|
|||
[](https://travis-ci.org/jsmaniac/$$$PKG_NAME$$$)
|
||||
[](https://codecov.io/gh/jsmaniac/$$$PKG_NAME$$$)
|
||||
[](http://jsmaniac.github.io/travis-stats/#jsmaniac/$$$PKG_NAME$$$)
|
||||
[](http://docs.racket-lang.org/$$$PKG_NAME$$$/)
|
||||
[](https://github.com/jsmaniac/$$$PKG_NAME$$$/issues)
|
||||
[](https://travis-ci.org/jsmaniac/phc-ts)
|
||||
[](https://codecov.io/gh/jsmaniac/phc-ts)
|
||||
[](http://jsmaniac.github.io/travis-stats/#jsmaniac/phc-ts)
|
||||
[](http://docs.racket-lang.org/phc-ts/)
|
||||
[](https://github.com/jsmaniac/phc-ts/issues)
|
||||
[](https://creativecommons.org/publicdomain/zero/1.0/)
|
||||
|
||||
$$$PKG_NAME$$$
|
||||
phc-ts
|
||||
==============
|
||||
|
||||
A Racket package.
|
4
info.rkt
4
info.rkt
|
@ -1,10 +1,10 @@
|
|||
#lang info
|
||||
(define collection "$$$PKG_NAME$$$")
|
||||
(define collection "phc-ts")
|
||||
(define deps '("base" ;; ("base" "6.4")
|
||||
"rackunit-lib"))
|
||||
(define build-deps '("scribble-lib"
|
||||
"racket-doc"))
|
||||
(define scribblings '(("scribblings/$$$PKG_NAME$$$.scrbl" ())))
|
||||
(define scribblings '(("scribblings/phc-ts.scrbl" ())))
|
||||
(define pkg-desc "")
|
||||
(define version "0.0")
|
||||
(define pkg-authors '("Georges Dupéron"))
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
#lang scribble/manual
|
||||
@require[@for-label[$$$PKG_NAME$$$
|
||||
@require[@for-label[phc-ts
|
||||
racket/base]]
|
||||
|
||||
@title{$$$PKG_NAME$$$}
|
||||
@title{phc-ts}
|
||||
@author[@author+email["Georges Dupéron" "georges.duperon@gmail.com"]]
|
||||
|
||||
@defmodule[$$$PKG_NAME$$$]
|
||||
@defmodule[phc-ts]
|
||||
|
||||
There is no documentation for this package yet.
|
||||
|
||||
|
@ -13,7 +13,7 @@ There is no documentation for this package yet.
|
|||
(syntax-case stx ()
|
||||
[(_ b)
|
||||
(boolean? (syntax-e #'b))
|
||||
(let-values ([(vars stx-vars) (module->exports $$$PKG_NAME$$$)])
|
||||
(let-values ([(vars stx-vars) (module->exports phc-ts)])
|
||||
#`(itemlist
|
||||
#,(for*/list ([phase+ids (in-list (if (syntax-e #'b) vars stx-vars))]
|
||||
[phase (in-value (car phase+ids))]
|
||||
|
|
Loading…
Reference in New Issue
Block a user