From 6ad729b1ef8e17afc22544f3c2e12dd2ec9a1a55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Thu, 7 Sep 2017 12:50:06 +0200 Subject: [PATCH] Changed package name --- LICENSE-more.md | 2 +- LICENSE.txt | 2 +- README.md | 12 ++++++------ info.rkt | 4 ++-- scribblings/travis-skeleton.scrbl | 8 ++++---- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/LICENSE-more.md b/LICENSE-more.md index 6045316..0f07dcc 100644 --- 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 index 6045316..0f07dcc 100644 --- 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 index a73e816..870bdbf 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -[![Build Status,](https://img.shields.io/travis/jsmaniac/$$$PKG_NAME$$$/master.svg)](https://travis-ci.org/jsmaniac/$$$PKG_NAME$$$) -[![Coverage Status,](https://img.shields.io/codecov/c/github/jsmaniac/$$$PKG_NAME$$$/master.svg)](https://codecov.io/gh/jsmaniac/$$$PKG_NAME$$$) -[![Build Stats,](https://img.shields.io/badge/build-stats-blue.svg)](http://jsmaniac.github.io/travis-stats/#jsmaniac/$$$PKG_NAME$$$) -[![Online Documentation,](https://img.shields.io/badge/docs-online-blue.svg)](http://docs.racket-lang.org/$$$PKG_NAME$$$/) -[![Maintained as of 2017,](https://img.shields.io/maintenance/yes/2017.svg)](https://github.com/jsmaniac/$$$PKG_NAME$$$/issues) +[![Build Status,](https://img.shields.io/travis/jsmaniac/phc-ts/master.svg)](https://travis-ci.org/jsmaniac/phc-ts) +[![Coverage Status,](https://img.shields.io/codecov/c/github/jsmaniac/phc-ts/master.svg)](https://codecov.io/gh/jsmaniac/phc-ts) +[![Build Stats,](https://img.shields.io/badge/build-stats-blue.svg)](http://jsmaniac.github.io/travis-stats/#jsmaniac/phc-ts) +[![Online Documentation,](https://img.shields.io/badge/docs-online-blue.svg)](http://docs.racket-lang.org/phc-ts/) +[![Maintained as of 2017,](https://img.shields.io/maintenance/yes/2017.svg)](https://github.com/jsmaniac/phc-ts/issues) [![License: CC0 v1.0.](https://img.shields.io/badge/license-CC0-blue.svg)](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 index 7757adf..8ecaa66 100644 --- 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 index b10ff71..ba73c95 100644 --- 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))]