2021-12-17 01:09:00 +03:00
|
|
|
package idris-protocols
|
|
|
|
version = 0.0.1
|
|
|
|
|
|
|
|
modules
|
|
|
|
= Protocol.Hex
|
2023-08-31 13:53:14 +03:00
|
|
|
, Protocol.IDE
|
2021-12-17 01:09:00 +03:00
|
|
|
, Protocol.IDE.Command
|
|
|
|
, Protocol.IDE.Decoration
|
|
|
|
, Protocol.SExp
|
2022-01-06 13:09:29 +03:00
|
|
|
, Libraries.Control.Delayed
|
|
|
|
, Libraries.Text.Bounded
|
|
|
|
, Libraries.Text.Lexer.Core
|
|
|
|
, Libraries.Text.Quantity
|
|
|
|
, Libraries.Text.Token
|
2023-08-31 13:53:14 +03:00
|
|
|
, Libraries.Text.Lexer
|
|
|
|
, Parser.Lexer.Common
|
|
|
|
, Libraries.Data.Span
|
2022-01-06 13:09:29 +03:00
|
|
|
, Libraries.Data.String.Extra
|
|
|
|
, Libraries.Text.PrettyPrint.Prettyprinter.Doc
|
|
|
|
, Libraries.Text.PrettyPrint.Prettyprinter.Symbols
|
2023-08-31 13:53:14 +03:00
|
|
|
, Libraries.Text.PrettyPrint.Prettyprinter.Util
|
|
|
|
, Libraries.Text.PrettyPrint.Prettyprinter.Render.String
|
2022-01-06 13:09:29 +03:00
|
|
|
, Libraries.Text.PrettyPrint.Prettyprinter
|
2023-08-31 13:53:14 +03:00
|
|
|
, Libraries.Text.Lexer.Tokenizer
|
2022-01-06 13:09:29 +03:00
|
|
|
, Libraries.Text.Parser.Core
|
|
|
|
, Libraries.Text.Parser
|
2023-08-31 13:53:14 +03:00
|
|
|
, Parser.Support.Escaping
|
|
|
|
, Protocol.SExp.Parser
|
|
|
|
, Protocol.IDE.Decoration
|
|
|
|
, Protocol.IDE.Command
|
|
|
|
, Protocol.Hex
|
|
|
|
, Protocol.IDE.FileContext
|
|
|
|
, Protocol.IDE.Formatting
|
|
|
|
, Protocol.IDE.Holes
|
|
|
|
, Protocol.IDE.Result
|
|
|
|
, Protocol.IDE.Highlight
|
2021-12-17 01:09:00 +03:00
|
|
|
|
|
|
|
--depends =
|
|
|
|
|
2022-01-06 13:09:29 +03:00
|
|
|
sourcedir = "../src"
|