This website works better with JavaScript.
Explore
Help
Sign In
mbutterick
/
br-parser-tools
Watch
1
Star
0
Fork
You've already forked br-parser-tools
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
f11b08e544
master
tokens
v6.12
v6.11
v6.10.1
v6.10
v6.9
v6.8
v6.7
v6.6
v6.5
v6.4
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'f11b08e544'
${ noResults }
br-parser-tools
/
pkgs
/
parser-tools-pkgs
/
parser-tools-lib
/
info.rkt
4 lines
48 B
Racket
Raw
Normal View
History
Unescape
Escape
raco pkg create: support "source" and "binary" bundling Adds `--from-dir' and `--from-install' flags to select the interpretation of the argument as a directory or as the name of an installed package. Relevant to PR 13669 Adds `--as-is' (the default), `--source', and `--binary' flags to select a pruning mode. The `raco setup' tool recognizes a `rendered-scribblings' specification in "info.rkt" to trigger moving rendered documentation into place, registering its tags in the cross-reference database, and fixing up references to "local-redirect.js"; the presence of a "synced.rktd" indicates when those fixups have been performed (since, if the package is installed in a user-specific scope, the documentation doesn't actually move anywhere). Finally, "out<n>.sxref" needs to report paths relative to the documentation's directory, and then the relative-directory references need to be suitably resolved at derserialization; some support for such relative paths was in place, but it wasn't quite general enough before. original commit: 198a65a5fc79649ec167d2407c35815768a119ba
12 years ago
#lang
setup/infotab
a step toward single-collection packages as default A package's "info.rkt" file should define `collection' as a string to name a single-collection package's collection, or as the symbol 'multi to declare the package as multi-collection. If `collection' is 'same-as-pkg, then the package name is used as the collection name. The default for `collection' is 'multi for now, but the intent is to change the default to 'same-as-pkg after a conversion period. Also, support for a `single-collection' definition remains in place, but it wil be removed. original commit: c738a6aa3eee89a82d577dd35c70eca8ed32f5b4
12 years ago
(
define
collection
'
multi
)