diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 05:48:38 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 05:48:38 -0500 |
| commit | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (patch) | |
| tree | 0d7a74b4463ee387f9cf9368ceb1b757f694f72a /dev-ml/cstruct | |
| parent | f716a9fe6455d39eef01e718aae68dae61c19704 (diff) | |
| download | baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.gz baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.xz baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.zip | |
Revert "Adding metadata"
This reverts commit f716a9fe6455d39eef01e718aae68dae61c19704.
Diffstat (limited to 'dev-ml/cstruct')
| -rw-r--r-- | dev-ml/cstruct/Manifest | 1 | ||||
| -rw-r--r-- | dev-ml/cstruct/cstruct-6.2.0-r1.ebuild | 30 | ||||
| -rw-r--r-- | dev-ml/cstruct/metadata.xml | 11 |
3 files changed, 42 insertions, 0 deletions
diff --git a/dev-ml/cstruct/Manifest b/dev-ml/cstruct/Manifest new file mode 100644 index 000000000000..d7d4adfc959d --- /dev/null +++ b/dev-ml/cstruct/Manifest @@ -0,0 +1 @@ +DIST cstruct-6.2.0.tbz 241841 BLAKE2B 9a662bf1208e80afda486dd46169b281e838e49666aca01a9ad57b9516fa055af315ea12d5e5bb8994df67eb2f6edabe544a89a2a2a370249e5b72e109f01b1a SHA512 8d33fe6b3707a3994d0225cd33cadde0bb2ca834ef01096e3df33a08e4a8c6d02ebccddf558a73988b8a5595b65fdc10de61efbf872c6c9e55c719c7e19c463d diff --git a/dev-ml/cstruct/cstruct-6.2.0-r1.ebuild b/dev-ml/cstruct/cstruct-6.2.0-r1.ebuild new file mode 100644 index 000000000000..49607c5dc93e --- /dev/null +++ b/dev-ml/cstruct/cstruct-6.2.0-r1.ebuild @@ -0,0 +1,30 @@ +# Copyright 2024-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit dune + +DESCRIPTION="Access C-like structures directly from OCaml" +HOMEPAGE="https://github.com/mirage/ocaml-cstruct" +SRC_URI="https://github.com/mirage/ocaml-cstruct/releases/download/v${PV}/${P}.tbz" + +LICENSE="ISC" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~riscv" +IUSE="+ocamlopt test" +RESTRICT="!test? ( test )" + +BDEPEND="test? ( + dev-ml/alcotest + dev-ml/cppo + dev-ml/ocaml-migrate-parsetree + dev-ml/ppx_sexp_conv + dev-ml/ppxlib + dev-ml/sexplib + ) +" + +src_compile() { + dune-compile ${PN} +} diff --git a/dev-ml/cstruct/metadata.xml b/dev-ml/cstruct/metadata.xml new file mode 100644 index 000000000000..ed977f2b227a --- /dev/null +++ b/dev-ml/cstruct/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>ml@gentoo.org</email> + <name>ML</name> + </maintainer> + <upstream> + <remote-id type="github">mirage/ocaml-cstruct</remote-id> + </upstream> +</pkgmetadata> |
