this repo has no description

Fix naming conflicts for cpuid and csv

Changed files
+34 -34
packages
cpuid
cpuid.v0.16.0
janestreet_cpuid
janestreet_cpuid.v0.16.0
janestreet_csv
janestreet_csv.v0.16.0
-28
packages/cpuid/cpuid.v0.16.0/opam
···
-
opam-version: "2.0"
-
maintainer: "Jane Street developers"
-
authors: ["Jane Street Group, LLC"]
-
homepage: "https://github.com/janestreet/cpuid"
-
bug-reports: "https://github.com/janestreet/cpuid/issues"
-
dev-repo: "git+https://github.com/janestreet/cpuid.git"
-
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/cpuid/index.html"
-
license: "MIT"
-
build: [
-
["dune" "build" "-p" name "-j" jobs]
-
]
-
depends: [
-
"ocaml" {>= "4.14.0"}
-
"core" {>= "v0.16" & < "v0.17"}
-
"core_kernel" {>= "v0.16" & < "v0.17"}
-
"ppx_jane" {>= "v0.16" & < "v0.17"}
-
"dune" {>= "2.0.0"}
-
]
-
synopsis: "A library for parsing CPU capabilities out of the `cpuid` instruction."
-
description: "
-
Supports a broad swath of Intel CPU capabilities and a more limited subset of AMD CPU
-
capabilities.
-
"
-
available: (arch = "x86_64" | arch = "arm64") & os = "linux"
-
url {
-
src: "https://ocaml.janestreet.com/ocaml-core/v0.16/files/cpuid-v0.16.0.tar.gz"
-
checksum: "sha256=28721698b8ac94b4ae4f1ed1c619ff3585cf450e5a73d79c1c7f8fb926c19f92"
-
}
+6 -6
packages/csv/csv.v0.16.0/opam packages/janestreet_csv/janestreet_csv.v0.16.0/opam
···
opam-version: "2.0"
maintainer: "Jane Street developers"
authors: ["Jane Street Group, LLC"]
-
homepage: "https://github.com/janestreet/csv"
-
bug-reports: "https://github.com/janestreet/csv/issues"
-
dev-repo: "git+https://github.com/janestreet/csv.git"
-
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/csv/index.html"
+
homepage: "https://github.com/janestreet/janestreet_csv"
+
bug-reports: "https://github.com/janestreet/janestreet_csv/issues"
+
dev-repo: "git+https://github.com/janestreet/janestreet_csv.git"
+
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/janestreet_csv/index.html"
license: "MIT"
build: [
["dune" "build" "-p" name "-j" jobs]
···
CSVs, as well as some conversions to other formats.
"
url {
-
src: "https://ocaml.janestreet.com/ocaml-core/v0.16/files/csv-v0.16.0.tar.gz"
-
checksum: "sha256=68818e0c8029f4ddf0d96e6ec6f9bff81aa6013fb76f9fe0400555ff2133c841"
+
src: "https://ocaml.janestreet.com/ocaml-core/v0.16/files/janestreet_csv-v0.16.0.tar.gz"
+
checksum: "sha256=c039eeef15bc68460984e74a003c3068da2e4854c4dc2cdcfec6be946f2b0a65"
}
+28
packages/janestreet_cpuid/janestreet_cpuid.v0.16.0/opam
···
+
opam-version: "2.0"
+
maintainer: "Jane Street developers"
+
authors: ["Jane Street Group, LLC"]
+
homepage: "https://github.com/janestreet/janestreet_cpuid"
+
bug-reports: "https://github.com/janestreet/janestreet_cpuid/issues"
+
dev-repo: "git+https://github.com/janestreet/janestreet_cpuid.git"
+
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/janestreet_cpuid/index.html"
+
license: "MIT"
+
build: [
+
["dune" "build" "-p" name "-j" jobs]
+
]
+
depends: [
+
"ocaml" {>= "4.14.0"}
+
"core" {>= "v0.16" & < "v0.17"}
+
"core_kernel" {>= "v0.16" & < "v0.17"}
+
"ppx_jane" {>= "v0.16" & < "v0.17"}
+
"dune" {>= "2.0.0"}
+
]
+
synopsis: "A library for parsing CPU capabilities out of the `cpuid` instruction."
+
description: "
+
Supports a broad swath of Intel CPU capabilities and a more limited subset of AMD CPU
+
capabilities.
+
"
+
available: (arch = "x86_64" | arch = "arm64") & os = "linux"
+
url {
+
src: "https://ocaml.janestreet.com/ocaml-core/v0.16/files/janestreet_cpuid-v0.16.0.tar.gz"
+
checksum: "sha256=fa01bf75531eee07ce73538fa7d835cb4341e2bb204a322bda42c9c66bfbe3a3"
+
}