Compare commits
2 Commits
main
...
without-su
Author | SHA1 | Date | |
---|---|---|---|
![]() |
8afaab2988 | ||
![]() |
9747adce0f |
|
@ -1,5 +1,5 @@
|
|||
example-bug-track-submodule
|
||||
Copyright (c) 2016 georges
|
||||
Copyright (c) 2016 Suzanne Soy
|
||||
|
||||
This package is distributed under the GNU Lesser General Public
|
||||
License (LGPL). This means that you can link example-bug-track-submodule into proprietary
|
||||
|
|
2
info.rkt
2
info.rkt
|
@ -6,4 +6,4 @@
|
|||
(define scribblings '(("scribblings/example-bug-track-submodule.scrbl" ())))
|
||||
(define pkg-desc "Description Here")
|
||||
(define version "0.0")
|
||||
(define pkg-authors '(georges))
|
||||
(define pkg-authors '(|Suzanne Soy|))
|
||||
|
|
4
main.rkt
4
main.rkt
|
@ -1,4 +1,4 @@
|
|||
#lang racket/base
|
||||
|
||||
(require (submod "other.rkt" m))
|
||||
(provide (all-from-out (submod "other.rkt" m)))
|
||||
(require "other.rkt")
|
||||
(provide (all-from-out "other.rkt"))
|
|
@ -1,5 +1,4 @@
|
|||
#lang racket/base
|
||||
|
||||
(module m racket/base
|
||||
(require syntax/stx)
|
||||
(provide (all-from-out syntax/stx)))
|
||||
(provide (all-from-out syntax/stx))
|
|
@ -3,7 +3,7 @@
|
|||
racket/base))
|
||||
|
||||
@title{example-bug-track-submodule}
|
||||
@author{georges}
|
||||
@author[@author+email["Suzanne Soy" "racket@suzanne.soy"]]
|
||||
|
||||
@defmodule[example-bug-track-submodule]
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user