Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
yosefAlsuhaibani committed Nov 25, 2024
0 parents commit 22305b1
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/work.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: ocaml-variants.4.14.0+options,ocaml-option-musl,ocaml-option-static
opam-pin: false
opam-disable-sandboxing: true
- run: opam install --depext-only conf-pkg-config conf-libpcre conf-libpcre2-8 conf-gmp conf-libev conf-libcurl
- run: opam install .

32 changes: 32 additions & 0 deletions deps.opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "1.95.0"
synopsis: "aa"
description: "aa"
maintainer: ["aa"]
authors: ["aa"]
depends: [
"ocaml" {>= "4.13.0"}
"dune" {>= "3.7" & >= "2.7.0"}
"base"
"menhir" {= "20230608"}
"base" {>= "v0.15.1"}
"zarith"
"pcre"
"conf-libev" {os != "win32"}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/semgrep/semgrep.git"

0 comments on commit 22305b1

Please sign in to comment.