#lang racket/base (provide (struct-out library-ref)) (struct library-ref (library-id kind version) #:prefab)