15 lines
392 B
Text
15 lines
392 B
Text
/-
|
|
Copyright (c) 2021 Mac Malone. All rights reserved.
|
|
Released under Apache 2.0 license as described in the file LICENSE.
|
|
Authors: Mac Malone
|
|
-/
|
|
import Lean.Attributes
|
|
|
|
open Lean
|
|
namespace Lake
|
|
|
|
initialize packageAttr : TagAttribute ←
|
|
registerTagAttribute `package "Lake package attribute"
|
|
|
|
initialize scriptAttr : TagAttribute ←
|
|
registerTagAttribute `script "Lake script attribute"
|