this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #25019 from lukstafi/opam-publish-gccjit.0.3.2

Package gccjit.0.3.2

authored by

Marcello Seri and committed by
GitHub
e8c6d23b c448f53d

+46
+46
packages/gccjit/gccjit.0.3.2/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Bindings to libgccjit, the GCC JIT compiler" 4 + description: 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." 6 + maintainer: ["Lukasz Stafiniak"] 7 + authors: ["Nicolas Ojeda Bar <n.oje.bar@gmail.com>"] 8 + license: "MIT" 9 + tags: ["gcc" "jit" "gccjit"] 10 + homepage: "https://github.com/lukstafi/ocaml-gccjit" 11 + doc: "https://github.com/lukstafi/ocaml-gccjit/blob/master/README.md" 12 + bug-reports: "https://github.com/lukstafi/ocaml-gccjit/issues" 13 + depends: [ 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 + ] 23 + conflicts: ["ocaml-option-bytecode-only"] 24 + build: [ 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 + ] 38 + dev-repo: "git+https://github.com/lukstafi/ocaml-gccjit.git" 39 + url { 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 + }