bitsyntax is now a package

This commit is contained in:
Tony Garnock-Jones 2014-05-30 19:23:08 -04:00
parent e9bb82743d
commit fd73114fc3
5 changed files with 7 additions and 6 deletions

View File

@ -18,9 +18,10 @@ equal to Racket 6.0 should work. Racket releases can be downloaded
Once you have Racket installed,
raco pkg install marketplace
raco pkg install marketplace bitsyntax
to install Marketplace (note: will take a long time), and then
to install Marketplace (note: will take a long time) and
[bitsyntax](https://github.com/tonyg/racket-bitsyntax/), and then
raco make driver.rkt proxy.rkt

View File

@ -45,7 +45,7 @@
(require racket/match)
(require (planet tonyg/bitsyntax))
(require bitsyntax)
;; An Opcode is a Symbol or a Number, one of the possibilities given
;; in the following define-mapping. It represents a DNS message

View File

@ -23,7 +23,7 @@
(require racket/match)
(require racket/set)
(require racket/bool)
(require (planet tonyg/bitsyntax))
(require bitsyntax)
(require "api.rkt")
(require "codec.rkt")
(require "zonedb.rkt")

View File

@ -22,7 +22,7 @@
(require racket/match)
(require racket/set)
(require racket/bool)
(require (planet tonyg/bitsyntax))
(require bitsyntax)
(require "api.rkt")
(require "codec.rkt")
(require "zonedb.rkt")

View File

@ -24,7 +24,7 @@
(require (only-in racket/math exact-floor exact-truncate))
(require "api.rkt")
(require "codec.rkt")
(require (planet tonyg/bitsyntax))
(require bitsyntax)
(require (rename-in marketplace/tr-struct-copy [tr-struct-copy struct-copy])) ;; PR13149
(provide CompiledZone