commit 6ad729b1ef8e17afc22544f3c2e12dd2ec9a1a55
parent 66e728b0158779a8975012b852698d73fe291660
Author: Georges Dupéron <georges.duperon@gmail.com>
Date: Thu, 7 Sep 2017 12:50:06 +0200
Changed package name
Diffstat:
5 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/LICENSE-more.md b/LICENSE-more.md
@@ -1,4 +1,4 @@
-$$$PKG_NAME$$$
+phc-ts
Copyright (c) 2016-2017 Georges Dupéron
diff --git a/LICENSE.txt b/LICENSE.txt
@@ -1,4 +1,4 @@
-$$$PKG_NAME$$$
+phc-ts
Copyright (c) 2016-2017 Georges Dupéron
diff --git a/README.md b/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.
\ No newline at end of file
diff --git a/info.rkt b/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"))
diff --git a/scribblings/travis-skeleton.scrbl b/scribblings/travis-skeleton.scrbl
@@ -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))]