Skip to content

Commit

Permalink
Update README.md to include link to Julia bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
kdheepak authored and dankamongmen committed Apr 22, 2023
1 parent dd31ba7 commit 442cfea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ others are external.
| Ada | Jeremy Grosser | [JeremyGrosser/notcursesada](https://github.com/JeremyGrosser/notcursesada) |
| C++ | Marek Habersack, nick black | internal |
| Dart | Nelson Fernandez | [kascote/dart_notcurses](https://github.com/kascote/dart_notcurses) |
| Julia | Dheepak Krishnamurthy | [kdheepak/Notcurses.jl](https://github.com/kdheepak/Notcurses.jl) |
| Nim | Michael S. Bradley, Jr. | [michaelsbradleyjr/nim-notcurses](https://github.com/michaelsbradleyjr/nim-notcurses) |
| Python | nick black | internal |
| Python | igo95862 | internal |
Expand Down

1 comment on commit 442cfea

@cschech
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Julia is awesome -

I noticed today that the (likely?) reason that OpenBSD cmake fails to detect ncurses is because OpenBSD has some ancient libcurses embedded in the source tree. no ncurses I can find in ports or packages which is sheer ridiculousity. I am too exhausted to try to track down how cmake works to get it to see that target. Can you look at it? All I want on my machine is for the init process to start a hardware framebuffer or X11 and then notcurses and nothing else ever, everything else seems to exist.

Please sign in to comment.