semgrep: Add a TODO regarding semgrep-core

However, despite the bit pessimistic TODO, I was available to build it
on NetBSD/amd64 -current and pkgsrc-current after installing
devel/ocaml-opam (and wip/mccs), hacking a bit ocaml-tree-sitter to avoid a
`sudo make install` and with the following PR:

 https://github.com/returntocorp/semgrep/pull/2308

...and keeping semgrep-core and spacecat binaries available in PATH
environment variable.
This commit is contained in:
Leonardo Taccari 2020-12-25 15:57:44 +01:00
parent 1321ccf822
commit 365867deca
1 changed files with 6 additions and 0 deletions

6
semgrep/TODO Normal file
View File

@ -0,0 +1,6 @@
- This package in order to works needs `semgrep-core' and `spacecat' binaries
already installed.
If possible package semgrep-core and add it as a DEPENDS (probably
pretty tricky to build in pkgsrc due heavy git submodules use, opam
and dune usage at build time that access external resources).