this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Bindings to libgccjit, the GCC JIT compiler"
4description:
5 "`libgccjit` is an embeddable shared library being included in GCC for adding compilation to existing programs using GCC as the backend. This package organizes the API of `gccjit` into a few types and their corresponding modules."
6maintainer: ["Lukasz Stafiniak"]
7authors: ["Nicolas Ojeda Bar <n.oje.bar@gmail.com>"]
8license: "MIT"
9tags: ["gcc" "jit" "gccjit"]
10homepage: "https://github.com/lukstafi/ocaml-gccjit"
11doc: "https://github.com/lukstafi/ocaml-gccjit/blob/master/README.md"
12bug-reports: "https://github.com/lukstafi/ocaml-gccjit/issues"
13depends: [
14 "ocaml" {>= "4.08.0"}
15 "dune" {>= "3.11"}
16 "base-unix"
17 "ctypes" {>= "0.14.0"}
18 "ctypes-foreign"
19 "conf-libgccjit"
20 "ppx_expect" {with-test & >= "v0.9.0"}
21 "odoc" {with-doc}
22]
23conflicts: ["ocaml-option-bytecode-only"]
24build: [
25 ["dune" "subst"] {dev}
26 [
27 "dune"
28 "build"
29 "-p"
30 name
31 "-j"
32 jobs
33 "@install"
34 "@runtest" {with-test}
35 "@doc" {with-doc}
36 ]
37]
38dev-repo: "git+https://github.com/lukstafi/ocaml-gccjit.git"
39url {
40 src:
41 "https://github.com/lukstafi/ocaml-gccjit/archive/refs/tags/0.3.2.1.tar.gz"
42 checksum: [
43 "md5=02d93b7c984e70faf41a3868db4f60b3"
44 "sha512=32e95f713b9f8601c373abb43974ebfe67dd4ce4045a8fcc7100b3a7818743725996ddb2b27ba5a267ef0c23f75fde3269ef81799d652dd61c0302b497f9468c"
45 ]
46}