Skip to content

Commit

Permalink
Septum 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pyjarrett authored Jan 18, 2024
1 parent ef1e18e commit 239468f
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions index/se/septum/septum-0.0.8.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name = "septum"
description = "An interactive context-based text search tool for large codebases."
version = "0.0.8"
website = "https://github.com/pyjarrett/septum"

authors = ["Paul Jarrett"]
licenses = "Apache-2.0"
maintainers = ["Paul Jarrett <[email protected]>"]
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" }

[[depends-on]] # Added by alr
dir_iterators = "~0.0.4" # 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.5" # Added by alr
# Leaving this here to locally targeting trendy_terminal which is being
# developed in parallel with this project.
[[depends-on]] # Added by alr
atomic = "~0.5.0" # Added by alr

[origin]
commit = "642e9c1fc4ef29b05f0f65b6f8154c62bfda896f"
url = "git+https://github.com/pyjarrett/septum.git"

0 comments on commit 239468f

Please sign in to comment.