From aeba4a3507ff20f5a7a363dfccaca594f4d06b9e Mon Sep 17 00:00:00 2001 From: Paul Jarrett Date: Thu, 7 Oct 2021 01:00:38 -0400 Subject: [PATCH] Add septum 0.0.3 (#379) --- index/se/septum/septum-0.0.3.toml | 43 +++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 index/se/septum/septum-0.0.3.toml diff --git a/index/se/septum/septum-0.0.3.toml b/index/se/septum/septum-0.0.3.toml new file mode 100644 index 00000000..dcb36cfa --- /dev/null +++ b/index/se/septum/septum-0.0.3.toml @@ -0,0 +1,43 @@ +name = "septum" +description = "An interactive context-based text search tool for large codebases." +version = "0.0.3" +website = "https://github.com/pyjarrett/septum" + +authors = ["Paul Jarrett"] +licenses = "Apache-2.0" +maintainers = ["Paul Jarrett "] +maintainers-logins = ["pyjarrett"] +tags = ["search", "code", "text"] + +executables = ["septum"] + +[gpr-set-externals.'case(os)'] +windows = { Septum_Platform = "windows" } +linux = { Septum_Platform = "linux" } +macos = { Septum_Platform = "macos" } + +[available.'case(os)'] +linux = true +windows = true +macos = false + +[[depends-on]] # Added by alr +dir_iterators = "~0.0.3" # Added by alr +[[depends-on]] # Added by alr +progress_indicators = "~0.0.1" # Added by alr +[[depends-on]] # Added by alr +trendy_terminal = "~0.0.2" # Added by alr +# Leaving this here to locally targeting trendy_terminal which is being +# developed in parallel with this project. +#[[pins]] # Added by alr +# For concurrent local development with trendy terminal +#trendy_terminal = { path='../trendy_terminal' } # Added by alr +# To be used for CI +#trendy_terminal = { url = "https://github.com/pyjarrett/trendy_terminal.git", branch="main" } +[[depends-on]] # Added by alr +atomic = "~0.3.0" # Added by alr + +[origin] +commit = "df63997bf7a12802a6bb203b2d72aa063462e7c2" +url = "git+https://github.com/pyjarrett/septum.git" +