Skip to content

Instantly share code, notes, and snippets.

@melwyn95
Created August 16, 2021 04:31
Show Gist options
  • Save melwyn95/3c362fd3697486ccca0f1c8e36c2ce60 to your computer and use it in GitHub Desktop.
Save melwyn95/3c362fd3697486ccca0f1c8e36c2ce60 to your computer and use it in GitHub Desktop.
PNP js generated by esy
#!/usr/bin/env node
/* eslint-disable max-len, flowtype/require-valid-file-annotation, flowtype/require-return-type */
/* global packageInformationStores, $$BLACKLIST, $$SETUP_STATIC_TABLES */
// Used for the resolveUnqualified part of the resolution (ie resolving folder/index.js & file extensions)
// Deconstructed so that they aren't affected by any fs monkeypatching occuring later during the execution
const {statSync, lstatSync, readlinkSync, readFileSync, existsSync, realpathSync} = require('fs');
const Module = require('module');
const path = require('path');
const StringDecoder = require('string_decoder');
const $$BLACKLIST = null;
const ignorePattern = $$BLACKLIST ? new RegExp($$BLACKLIST) : null;
const pnpFile = path.resolve(__dirname, __filename);
const builtinModules = new Set(Module.builtinModules || Object.keys(process.binding('natives')));
const topLevelLocator = {name: null, reference: null};
const blacklistedLocator = {name: NaN, reference: NaN};
// Used for compatibility purposes - cf setupCompatibilityLayer
const patchedModules = new Map();
const fallbackLocators = [topLevelLocator];
// Matches backslashes of Windows paths
const backwardSlashRegExp = /\\/g;
// Matches if the path must point to a directory (ie ends with /)
const isDirRegExp = /\/$/;
// Matches if the path starts with a valid path qualifier (./, ../, /)
// eslint-disable-next-line no-unused-vars
const isStrictRegExp = /^\.{0,2}/;
// Splits a require request into its components, or return null if the request is a file path
const pathRegExp = /^(?![A-Za-z]:)(?!\.{0,2}(?:\/|$))((?:@[^\/]+\/)?[^\/]+)\/?(.*|)$/;
// Keep a reference around ("module" is a common name in this context, so better rename it to something more significant)
const pnpModule = module;
/**
* Used to disable the resolution hooks (for when we want to fallback to the previous resolution - we then need
* a way to "reset" the environment temporarily)
*/
let enableNativeHooks = true;
/**
* Simple helper function that assign an error code to an error, so that it can more easily be caught and used
* by third-parties.
*/
function makeError(code, message, data = {}) {
const error = new Error(message);
return Object.assign(error, {code, data});
}
/**
* Ensures that the returned locator isn't a blacklisted one.
*
* Blacklisted packages are packages that cannot be used because their dependencies cannot be deduced. This only
* happens with peer dependencies, which effectively have different sets of dependencies depending on their parents.
*
* In order to deambiguate those different sets of dependencies, the Yarn implementation of PnP will generate a
* symlink for each combination of <package name>/<package version>/<dependent package> it will find, and will
* blacklist the target of those symlinks. By doing this, we ensure that files loaded through a specific path
* will always have the same set of dependencies, provided the symlinks are correctly preserved.
*
* Unfortunately, some tools do not preserve them, and when it happens PnP isn't able anymore to deduce the set of
* dependencies based on the path of the file that makes the require calls. But since we've blacklisted those paths,
* we're able to print a more helpful error message that points out that a third-party package is doing something
* incompatible!
*/
// eslint-disable-next-line no-unused-vars
function blacklistCheck(locator) {
if (locator === blacklistedLocator) {
throw makeError(
`BLACKLISTED`,
[
`A package has been resolved through a blacklisted path - this is usually caused by one of your tools calling`,
`"realpath" on the return value of "require.resolve". Since the returned values use symlinks to disambiguate`,
`peer dependencies, they must be passed untransformed to "require".`,
].join(` `)
);
}
return locator;
}
let packageInformationStores = new Map([
["@esy-ocaml/reason",
new Map([["3.7.0",
{
packageLocation: "/home/melwyn95/.esy/source/i/esy_ocaml__s__reason__3.7.0__9ed0eb4e/",
packageDependencies: new Map([["@esy-ocaml/reason", "3.7.0"],
["@opam/dune", "opam:2.9.0"],
["@opam/fix", "opam:20201120"],
["@opam/menhir", "opam:20210419"],
["@opam/merlin-extend",
"opam:0.6"],
["@opam/ocamlfind", "opam:1.9.1"],
["@opam/ppx_derivers",
"opam:1.2.1"],
["@opam/result", "opam:1.5"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@esy-ocaml/rtop",
new Map([["github:ManasJayanth/reason:rtop.json#cb5afe1df701cfc92321f2123fce2dcad39a02aa",
{
packageLocation: "/home/melwyn95/.esy/source/i/esy_ocaml__s__rtop__459d38d8/",
packageDependencies: new Map([["@esy-ocaml/reason", "3.7.0"],
["@esy-ocaml/rtop",
"github:ManasJayanth/reason:rtop.json#cb5afe1df701cfc92321f2123fce2dcad39a02aa"],
["@esy-ocaml/substs", "0.0.1"],
["@opam/dune", "opam:2.9.0"],
["@opam/ocamlfind",
"opam:1.9.1"],
["@opam/result", "opam:1.5"],
["@opam/utop", "opam:2.8.0"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@esy-ocaml/substs",
new Map([["0.0.1",
{
packageLocation: "/home/melwyn95/.esy/source/i/esy_ocaml__s__substs__0.0.1__19de1ee1/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"]])}]])],
["@opam/angstrom",
new Map([["opam:0.15.0",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__angstrom__opam__c__0.15.0__c5dca2a1/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/angstrom",
"opam:0.15.0"],
["@opam/bigstringaf",
"opam:0.8.0"],
["@opam/dune", "opam:2.9.0"],
["@opam/ocaml-syntax-shims",
"opam:1.0.0"],
["@opam/result", "opam:1.5"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/astring",
new Map([["opam:0.8.5",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__astring__opam__c__0.8.5__471b9e4a/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/astring", "opam:0.8.5"],
["@opam/ocamlbuild",
"opam:0.14.0"],
["@opam/ocamlfind",
"opam:1.9.1"],
["@opam/topkg", "opam:1.0.3"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/base",
new Map([["opam:v0.14.1",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__base__opam__c__v0.14.1__e2aa1e81/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/base", "opam:v0.14.1"],
["@opam/dune", "opam:2.9.0"],
["@opam/dune-configurator",
"opam:2.9.0"],
["@opam/sexplib0",
"opam:v0.14.0"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/base-bytes",
new Map([["opam:base",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__base_bytes__opam__c__base__48b6019a/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/base-bytes",
"opam:base"],
["@opam/ocamlfind",
"opam:1.9.1"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/base-threads",
new Map([["opam:base",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__base_threads__opam__c__base__f282958b/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/base-threads",
"opam:base"]])}]])],
["@opam/base-unix",
new Map([["opam:base",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__base_unix__opam__c__base__93427a57/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/base-unix", "opam:base"]])}]])],
["@opam/base64",
new Map([["opam:3.5.0",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__base64__opam__c__3.5.0__7cc64a98/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/base64", "opam:3.5.0"],
["@opam/dune", "opam:2.9.0"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/bigarray-compat",
new Map([["opam:1.0.0",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__bigarray_compat__opam__c__1.0.0__85f431b8/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/bigarray-compat",
"opam:1.0.0"],
["@opam/dune", "opam:2.9.0"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/bigarray-overlap",
new Map([["opam:0.2.0",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__bigarray_overlap__opam__c__0.2.0__fa367fa2/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/bigarray-compat",
"opam:1.0.0"],
["@opam/bigarray-overlap",
"opam:0.2.0"],
["@opam/dune", "opam:2.9.0"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/bigstringaf",
new Map([["opam:0.8.0",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__bigstringaf__opam__c__0.8.0__e5d3dc84/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/bigarray-compat",
"opam:1.0.0"],
["@opam/bigstringaf",
"opam:0.8.0"],
["@opam/conf-pkg-config",
"opam:2"],
["@opam/dune", "opam:2.9.0"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/biniou",
new Map([["opam:1.2.1",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__biniou__opam__c__1.2.1__9a37384b/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/biniou", "opam:1.2.1"],
["@opam/dune", "opam:2.9.0"],
["@opam/easy-format",
"opam:1.3.2"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/camomile",
new Map([["opam:1.0.2",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__camomile__opam__c__1.0.2__db466739/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/camomile", "opam:1.0.2"],
["@opam/dune", "opam:2.9.0"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/charInfo_width",
new Map([["opam:1.1.0",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__charinfo__width__opam__c__1.1.0__4449bb95/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/camomile", "opam:1.0.2"],
["@opam/charInfo_width",
"opam:1.1.0"],
["@opam/dune", "opam:2.9.0"],
["@opam/result", "opam:1.5"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/cmdliner",
new Map([["opam:1.0.4",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__cmdliner__opam__c__1.0.4__11482f41/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/cmdliner", "opam:1.0.4"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/coin",
new Map([["opam:0.1.3",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__coin__opam__c__0.1.3__9bddf311/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/coin", "opam:0.1.3"],
["@opam/dune", "opam:2.9.0"],
["@opam/menhir",
"opam:20210419"],
["@opam/ocamlfind",
"opam:1.9.1"],
["@opam/re", "opam:1.9.0"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/conf-autoconf",
new Map([["github:esy-packages/esy-autoconf:package.json#fb93edf",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__conf_autoconf__823a11c2/",
packageDependencies: new Map([["@opam/conf-autoconf",
"github:esy-packages/esy-autoconf:package.json#fb93edf"],
["esy-help2man",
"github:esy-packages/esy-help2man#c8e6931d1dcf58a81bd801145a777fd3b115c443"]])}]])],
["@opam/conf-gmp",
new Map([["opam:3",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__conf_gmp__opam__c__3__9642db88/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/conf-gmp", "opam:3"],
["esy-gmp",
"archive:https://gmplib.org/download/gmp/gmp-6.2.1.tar.xz#sha1:0578d48607ec0e272177d175fd1807c30b00fdf2"]])}]])],
["@opam/conf-gmp-powm-sec",
new Map([["opam:3",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__conf_gmp_powm_sec__opam__c__3__0ac687f9/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/conf-gmp", "opam:3"],
["@opam/conf-gmp-powm-sec",
"opam:3"]])}]])],
["@opam/conf-libssl",
new Map([["opam:3",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__conf_libssl__opam__c__3__b537e2f7/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/conf-libssl", "opam:3"],
["@opam/conf-pkg-config",
"opam:2"],
["esy-openssl",
"archive:https://github.com/openssl/openssl/archive/OpenSSL_1_1_1g.tar.gz#sha1:33324ff957edaae8ae575817b456320378da46ff"]])}]])],
["@opam/conf-pkg-config",
new Map([["opam:2",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__conf_pkg_config__opam__c__2__f94434f0/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/conf-pkg-config",
"opam:2"],
["yarn-pkg-config",
"github:esy-ocaml/yarn-pkg-config#db3a0b63883606dd57c54a7158d560d6cba8cd79"]])}]])],
["@opam/cppo",
new Map([["opam:1.6.7",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__cppo__opam__c__1.6.7__6c77bc8a/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/base-unix", "opam:base"],
["@opam/cppo", "opam:1.6.7"],
["@opam/dune", "opam:2.9.0"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/csexp",
new Map([["opam:1.5.1",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__csexp__opam__c__1.5.1__a5d42d7e/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/csexp", "opam:1.5.1"],
["@opam/dune", "opam:2.9.0"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/cstruct",
new Map([["opam:6.0.0",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__cstruct__opam__c__6.0.0__932ea353/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/bigarray-compat",
"opam:1.0.0"],
["@opam/cstruct", "opam:6.0.0"],
["@opam/dune", "opam:2.9.0"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/data-encoding",
new Map([["opam:0.2",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__data_encoding__opam__c__0.2__0c9e35c7/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/data-encoding",
"opam:0.2"],
["@opam/dune", "opam:2.9.0"],
["@opam/ezjsonm", "opam:1.2.0"],
["@opam/hex", "opam:1.4.0"],
["@opam/json-data-encoding",
"opam:0.8"],
["@opam/json-data-encoding-bson",
"opam:0.8"],
["@opam/zarith", "opam:1.12"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/digestif",
new Map([["opam:1.0.0",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__digestif__opam__c__1.0.0__fbdeb254/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/base-bytes",
"opam:base"],
["@opam/bigarray-compat",
"opam:1.0.0"],
["@opam/conf-pkg-config",
"opam:2"],
["@opam/digestif", "opam:1.0.0"],
["@opam/dune", "opam:2.9.0"],
["@opam/eqaf", "opam:0.7"],
["@opam/stdlib-shims",
"opam:0.3.0"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/domain-name",
new Map([["opam:0.3.0",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__domain_name__opam__c__0.3.0__212a23e1/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/astring", "opam:0.8.5"],
["@opam/domain-name",
"opam:0.3.0"],
["@opam/dune", "opam:2.9.0"],
["@opam/fmt", "opam:0.8.9"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/dot-merlin-reader",
new Map([["opam:4.1",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__dot_merlin_reader__opam__c__4.1__e3b8bf05/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/csexp", "opam:1.5.1"],
["@opam/dot-merlin-reader",
"opam:4.1"],
["@opam/dune", "opam:2.9.0"],
["@opam/ocamlfind",
"opam:1.9.1"],
["@opam/result", "opam:1.5"],
["@opam/yojson", "opam:1.7.0"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/dune",
new Map([["opam:2.9.0",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__dune__opam__c__2.9.0__f2432484/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/base-threads",
"opam:base"],
["@opam/base-unix", "opam:base"],
["@opam/dune", "opam:2.9.0"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/dune-build-info",
new Map([["opam:2.9.0",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__dune_build_info__opam__c__2.9.0__cee778ca/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/dune", "opam:2.9.0"],
["@opam/dune-build-info",
"opam:2.9.0"]])}]])],
["@opam/dune-configurator",
new Map([["opam:2.9.0",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__dune_configurator__opam__c__2.9.0__fa79c0c2/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/csexp", "opam:1.5.1"],
["@opam/dune", "opam:2.9.0"],
["@opam/dune-configurator",
"opam:2.9.0"],
["@opam/result", "opam:1.5"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/duration",
new Map([["opam:0.1.3",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__duration__opam__c__0.1.3__dcb75b2f/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/dune", "opam:2.9.0"],
["@opam/duration", "opam:0.1.3"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/easy-format",
new Map([["opam:1.3.2",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__easy_format__opam__c__1.3.2__2be19d18/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/dune", "opam:2.9.0"],
["@opam/easy-format",
"opam:1.3.2"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/emile",
new Map([["opam:1.1",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__emile__opam__c__1.1__9987936e/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/angstrom",
"opam:0.15.0"],
["@opam/base64", "opam:3.5.0"],
["@opam/bigstringaf",
"opam:0.8.0"],
["@opam/cmdliner", "opam:1.0.4"],
["@opam/dune", "opam:2.9.0"],
["@opam/emile", "opam:1.1"],
["@opam/ipaddr", "opam:5.1.0"],
["@opam/pecu", "opam:0.5"],
["@opam/uutf", "opam:1.0.2"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/eqaf",
new Map([["opam:0.7",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__eqaf__opam__c__0.7__032806f7/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/bigarray-compat",
"opam:1.0.0"],
["@opam/cstruct", "opam:6.0.0"],
["@opam/dune", "opam:2.9.0"],
["@opam/eqaf", "opam:0.7"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/ezjsonm",
new Map([["opam:1.2.0",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__ezjsonm__opam__c__1.2.0__9d803cb6/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/dune", "opam:2.9.0"],
["@opam/ezjsonm", "opam:1.2.0"],
["@opam/hex", "opam:1.4.0"],
["@opam/jsonm", "opam:1.0.1"],
["@opam/sexplib0",
"opam:v0.14.0"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/faraday",
new Map([["opam:0.8.1",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__faraday__opam__c__0.8.1__284f95ca/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/bigstringaf",
"opam:0.8.0"],
["@opam/dune", "opam:2.9.0"],
["@opam/faraday", "opam:0.8.1"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/faraday-lwt",
new Map([["opam:0.8.1",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__faraday_lwt__opam__c__0.8.1__c2bab2bb/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/dune", "opam:2.9.0"],
["@opam/faraday", "opam:0.8.1"],
["@opam/faraday-lwt",
"opam:0.8.1"],
["@opam/lwt", "opam:5.4.1"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/faraday-lwt-unix",
new Map([["opam:0.8.1",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__faraday_lwt_unix__opam__c__0.8.1__b577e013/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/base-unix", "opam:base"],
["@opam/dune", "opam:2.9.0"],
["@opam/faraday-lwt",
"opam:0.8.1"],
["@opam/faraday-lwt-unix",
"opam:0.8.1"],
["@opam/lwt", "opam:5.4.1"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/fix",
new Map([["opam:20201120",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__fix__opam__c__20201120__6248fa10/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/dune", "opam:2.9.0"],
["@opam/fix", "opam:20201120"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/fmt",
new Map([["opam:0.8.9",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__fmt__opam__c__0.8.9__dfac8787/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/base-unix", "opam:base"],
["@opam/cmdliner", "opam:1.0.4"],
["@opam/fmt", "opam:0.8.9"],
["@opam/ocamlbuild",
"opam:0.14.0"],
["@opam/ocamlfind",
"opam:1.9.1"],
["@opam/seq", "opam:base"],
["@opam/stdlib-shims",
"opam:0.3.0"],
["@opam/topkg", "opam:1.0.3"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/gluten",
new Map([["opam:0.2.1",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__gluten__opam__c__0.2.1__f730e9b2/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/bigstringaf",
"opam:0.8.0"],
["@opam/dune", "opam:2.9.0"],
["@opam/faraday", "opam:0.8.1"],
["@opam/gluten", "opam:0.2.1"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/gluten-lwt",
new Map([["opam:0.2.1",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__gluten_lwt__opam__c__0.2.1__bc48261d/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/dune", "opam:2.9.0"],
["@opam/gluten", "opam:0.2.1"],
["@opam/gluten-lwt",
"opam:0.2.1"],
["@opam/lwt", "opam:5.4.1"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/gluten-lwt-unix",
new Map([["opam:0.2.1",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__gluten_lwt_unix__opam__c__0.2.1__ff411eed/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/dune", "opam:2.9.0"],
["@opam/faraday-lwt-unix",
"opam:0.8.1"],
["@opam/gluten", "opam:0.2.1"],
["@opam/gluten-lwt",
"opam:0.2.1"],
["@opam/gluten-lwt-unix",
"opam:0.2.1"],
["@opam/lwt", "opam:5.4.1"],
["@opam/lwt_ssl", "opam:1.1.3"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/hex",
new Map([["opam:1.4.0",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__hex__opam__c__1.4.0__5566ecb7/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/bigarray-compat",
"opam:1.0.0"],
["@opam/cstruct", "opam:6.0.0"],
["@opam/dune", "opam:2.9.0"],
["@opam/hex", "opam:1.4.0"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/hmap",
new Map([["opam:0.8.1",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__hmap__opam__c__0.8.1__f8cac8ba/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/hmap", "opam:0.8.1"],
["@opam/ocamlbuild",
"opam:0.14.0"],
["@opam/ocamlfind",
"opam:1.9.1"],
["@opam/topkg", "opam:1.0.3"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/httpaf",
new Map([["github:anmonteiro/httpaf:httpaf.opam#559019829b7ed267a5b4b86aed1e7d7795214bcd",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__httpaf__d5d1444d/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/angstrom",
"opam:0.15.0"],
["@opam/bigstringaf",
"opam:0.8.0"],
["@opam/dune", "opam:2.9.0"],
["@opam/faraday", "opam:0.8.1"],
["@opam/httpaf",
"github:anmonteiro/httpaf:httpaf.opam#559019829b7ed267a5b4b86aed1e7d7795214bcd"],
["@opam/result", "opam:1.5"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/httpaf-lwt",
new Map([["github:anmonteiro/httpaf:httpaf-lwt.opam#559019829b7ed267a5b4b86aed1e7d7795214bcd",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__httpaf_lwt__40b3fed8/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/dune", "opam:2.9.0"],
["@opam/gluten-lwt",
"opam:0.2.1"],
["@opam/httpaf",
"github:anmonteiro/httpaf:httpaf.opam#559019829b7ed267a5b4b86aed1e7d7795214bcd"],
["@opam/httpaf-lwt",
"github:anmonteiro/httpaf:httpaf-lwt.opam#559019829b7ed267a5b4b86aed1e7d7795214bcd"],
["@opam/lwt", "opam:5.4.1"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/httpaf-lwt-unix",
new Map([["github:anmonteiro/httpaf:httpaf-lwt-unix.opam#559019829b7ed267a5b4b86aed1e7d7795214bcd",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__httpaf_lwt_unix__69327fe0/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/dune", "opam:2.9.0"],
["@opam/faraday-lwt-unix",
"opam:0.8.1"],
["@opam/gluten-lwt-unix",
"opam:0.2.1"],
["@opam/httpaf",
"github:anmonteiro/httpaf:httpaf.opam#559019829b7ed267a5b4b86aed1e7d7795214bcd"],
["@opam/httpaf-lwt",
"github:anmonteiro/httpaf:httpaf-lwt.opam#559019829b7ed267a5b4b86aed1e7d7795214bcd"],
["@opam/httpaf-lwt-unix",
"github:anmonteiro/httpaf:httpaf-lwt-unix.opam#559019829b7ed267a5b4b86aed1e7d7795214bcd"],
["@opam/lwt", "opam:5.4.1"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/ipaddr",
new Map([["opam:5.1.0",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__ipaddr__opam__c__5.1.0__45f4ce67/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/domain-name",
"opam:0.3.0"],
["@opam/dune", "opam:2.9.0"],
["@opam/ipaddr", "opam:5.1.0"],
["@opam/macaddr", "opam:5.1.0"],
["@opam/stdlib-shims",
"opam:0.3.0"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/json-data-encoding",
new Map([["opam:0.8",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__json_data_encoding__opam__c__0.8__ce63fa7a/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/dune", "opam:2.9.0"],
["@opam/json-data-encoding",
"opam:0.8"],
["@opam/uri", "opam:4.2.0"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/json-data-encoding-bson",
new Map([["opam:0.8",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__json_data_encoding_bson__opam__c__0.8__4fa4f2a4/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/dune", "opam:2.9.0"],
["@opam/json-data-encoding",
"opam:0.8"],
["@opam/json-data-encoding-bson",
"opam:0.8"],
["@opam/ocplib-endian",
"opam:1.1"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/jsonm",
new Map([["opam:1.0.1",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__jsonm__opam__c__1.0.1__0f41f896/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/jsonm", "opam:1.0.1"],
["@opam/ocamlbuild",
"opam:0.14.0"],
["@opam/ocamlfind",
"opam:1.9.1"],
["@opam/topkg", "opam:1.0.3"],
["@opam/uchar", "opam:0.0.2"],
["@opam/uutf", "opam:1.0.2"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/junit",
new Map([["opam:2.0.2",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__junit__opam__c__2.0.2__4f0ae0d4/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/dune", "opam:2.9.0"],
["@opam/junit", "opam:2.0.2"],
["@opam/ptime", "opam:0.8.5"],
["@opam/tyxml", "opam:4.5.0"]])}]])],
["@opam/ke",
new Map([["opam:0.4",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__ke__opam__c__0.4__39dcc983/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/bigarray-compat",
"opam:1.0.0"],
["@opam/dune", "opam:2.9.0"],
["@opam/fmt", "opam:0.8.9"],
["@opam/ke", "opam:0.4"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/lambda-term",
new Map([["opam:3.1.0",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__lambda_term__opam__c__3.1.0__d06480a1/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/camomile", "opam:1.0.2"],
["@opam/dune", "opam:2.9.0"],
["@opam/lambda-term",
"opam:3.1.0"],
["@opam/lwt", "opam:5.4.1"],
["@opam/lwt_log", "opam:1.1.1"],
["@opam/lwt_react",
"opam:1.1.4"],
["@opam/mew_vi", "opam:0.5.0"],
["@opam/react", "opam:1.2.1"],
["@opam/zed", "opam:3.1.0"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/logs",
new Map([["opam:0.7.0",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__logs__opam__c__0.7.0__cf15da05/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/base-threads",
"opam:base"],
["@opam/cmdliner", "opam:1.0.4"],
["@opam/fmt", "opam:0.8.9"],
["@opam/logs", "opam:0.7.0"],
["@opam/lwt", "opam:5.4.1"],
["@opam/ocamlbuild",
"opam:0.14.0"],
["@opam/ocamlfind",
"opam:1.9.1"],
["@opam/topkg", "opam:1.0.3"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/lwt",
new Map([["opam:5.4.1",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__lwt__opam__c__5.4.1__9dd6ef09/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/base-threads",
"opam:base"],
["@opam/base-unix", "opam:base"],
["@opam/cppo", "opam:1.6.7"],
["@opam/dune", "opam:2.9.0"],
["@opam/dune-configurator",
"opam:2.9.0"],
["@opam/lwt", "opam:5.4.1"],
["@opam/mmap", "opam:1.1.0"],
["@opam/ocaml-syntax-shims",
"opam:1.0.0"],
["@opam/ocplib-endian",
"opam:1.1"],
["@opam/result", "opam:1.5"],
["@opam/seq", "opam:base"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/lwt-canceler",
new Map([["opam:0.2",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__lwt_canceler__opam__c__0.2__13695635/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/dune", "opam:2.9.0"],
["@opam/lwt", "opam:5.4.1"],
["@opam/lwt-canceler",
"opam:0.2"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/lwt_log",
new Map([["opam:1.1.1",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__lwt__log__opam__c__1.1.1__7f54b5d1/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/dune", "opam:2.9.0"],
["@opam/lwt", "opam:5.4.1"],
["@opam/lwt_log", "opam:1.1.1"]])}]])],
["@opam/lwt_ppx",
new Map([["opam:2.0.2",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__lwt__ppx__opam__c__2.0.2__49533d10/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/dune", "opam:2.9.0"],
["@opam/lwt", "opam:5.4.1"],
["@opam/lwt_ppx", "opam:2.0.2"],
["@opam/ppxlib", "opam:0.22.2"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/lwt_react",
new Map([["opam:1.1.4",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__lwt__react__opam__c__1.1.4__79ecbc04/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/dune", "opam:2.9.0"],
["@opam/lwt", "opam:5.4.1"],
["@opam/lwt_react",
"opam:1.1.4"],
["@opam/react", "opam:1.2.1"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/lwt_ssl",
new Map([["opam:1.1.3",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__lwt__ssl__opam__c__1.1.3__bb54eb1f/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/base-unix", "opam:base"],
["@opam/dune", "opam:2.9.0"],
["@opam/lwt", "opam:5.4.1"],
["@opam/lwt_ssl", "opam:1.1.3"],
["@opam/ssl",
"github:Firgeis/ocaml-ssl:ssl.opam#f7524f7b6db756ce4097dea7fa4e1c4f4f2832a9"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/macaddr",
new Map([["opam:5.1.0",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__macaddr__opam__c__5.1.0__567b7407/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/dune", "opam:2.9.0"],
["@opam/macaddr", "opam:5.1.0"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/magic-mime",
new Map([["opam:1.2.0",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__magic_mime__opam__c__1.2.0__c9733c05/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/dune", "opam:2.9.0"],
["@opam/magic-mime",
"opam:1.2.0"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/menhir",
new Map([["opam:20210419",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__menhir__opam__c__20210419__ee825b3c/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/dune", "opam:2.9.0"],
["@opam/menhir",
"opam:20210419"],
["@opam/menhirLib",
"opam:20210419"],
["@opam/menhirSdk",
"opam:20210419"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/menhirLib",
new Map([["opam:20210419",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__menhirlib__opam__c__20210419__61564494/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/dune", "opam:2.9.0"],
["@opam/menhirLib",
"opam:20210419"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/menhirSdk",
new Map([["opam:20210419",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__menhirsdk__opam__c__20210419__3462be48/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/dune", "opam:2.9.0"],
["@opam/menhirSdk",
"opam:20210419"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/merlin-extend",
new Map([["opam:0.6",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__merlin_extend__opam__c__0.6__4a4028a6/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/cppo", "opam:1.6.7"],
["@opam/dune", "opam:2.9.0"],
["@opam/merlin-extend",
"opam:0.6"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/mew",
new Map([["opam:0.1.0",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__mew__opam__c__0.1.0__c6aad947/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/dune", "opam:2.9.0"],
["@opam/mew", "opam:0.1.0"],
["@opam/result", "opam:1.5"],
["@opam/trie", "opam:1.0.0"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/mew_vi",
new Map([["opam:0.5.0",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__mew__vi__opam__c__0.5.0__989c39c5/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/dune", "opam:2.9.0"],
["@opam/mew", "opam:0.1.0"],
["@opam/mew_vi", "opam:0.5.0"],
["@opam/react", "opam:1.2.1"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/mirage-crypto",
new Map([["opam:0.10.2",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__mirage_crypto__opam__c__0.10.2__b2313646/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/bigarray-compat",
"opam:1.0.0"],
["@opam/conf-pkg-config",
"opam:2"],
["@opam/cstruct", "opam:6.0.0"],
["@opam/dune", "opam:2.9.0"],
["@opam/dune-configurator",
"opam:2.9.0"],
["@opam/eqaf", "opam:0.7"],
["@opam/mirage-crypto",
"opam:0.10.2"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/mirage-crypto-ec",
new Map([["opam:0.10.2",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__mirage_crypto_ec__opam__c__0.10.2__a9dfc91d/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/conf-pkg-config",
"opam:2"],
["@opam/cstruct", "opam:6.0.0"],
["@opam/dune", "opam:2.9.0"],
["@opam/dune-configurator",
"opam:2.9.0"],
["@opam/eqaf", "opam:0.7"],
["@opam/mirage-crypto",
"opam:0.10.2"],
["@opam/mirage-crypto-ec",
"opam:0.10.2"],
["@opam/mirage-crypto-rng",
"opam:0.10.2"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/mirage-crypto-pk",
new Map([["opam:0.10.2",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__mirage_crypto_pk__opam__c__0.10.2__108a1ced/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/conf-gmp-powm-sec",
"opam:3"],
["@opam/cstruct", "opam:6.0.0"],
["@opam/dune", "opam:2.9.0"],
["@opam/eqaf", "opam:0.7"],
["@opam/mirage-crypto",
"opam:0.10.2"],
["@opam/mirage-crypto-pk",
"opam:0.10.2"],
["@opam/mirage-crypto-rng",
"opam:0.10.2"],
["@opam/mirage-no-solo5",
"opam:1"],
["@opam/mirage-no-xen",
"opam:1"],
["@opam/ppx_sexp_conv",
"opam:v0.14.3"],
["@opam/rresult", "opam:0.6.0"],
["@opam/sexplib",
"opam:v0.14.0"],
["@opam/zarith", "opam:1.12"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/mirage-crypto-rng",
new Map([["opam:0.10.2",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__mirage_crypto_rng__opam__c__0.10.2__f5613ec0/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/cstruct", "opam:6.0.0"],
["@opam/dune", "opam:2.9.0"],
["@opam/dune-configurator",
"opam:2.9.0"],
["@opam/duration", "opam:0.1.3"],
["@opam/logs", "opam:0.7.0"],
["@opam/lwt", "opam:5.4.1"],
["@opam/mirage-crypto",
"opam:0.10.2"],
["@opam/mirage-crypto-rng",
"opam:0.10.2"],
["@opam/mtime", "opam:1.2.0"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/mirage-no-solo5",
new Map([["opam:1",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__mirage_no_solo5__opam__c__1__0dfe7436/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/mirage-no-solo5",
"opam:1"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/mirage-no-xen",
new Map([["opam:1",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__mirage_no_xen__opam__c__1__5b4fa424/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/mirage-no-xen",
"opam:1"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/mmap",
new Map([["opam:1.1.0",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__mmap__opam__c__1.1.0__2cba59f8/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/dune", "opam:2.9.0"],
["@opam/mmap", "opam:1.1.0"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/mrmime",
new Map([["opam:0.3.2",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__mrmime__opam__c__0.3.2__7bb6b2f3/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/angstrom",
"opam:0.15.0"],
["@opam/base64", "opam:3.5.0"],
["@opam/bigarray-compat",
"opam:1.0.0"],
["@opam/bigarray-overlap",
"opam:0.2.0"],
["@opam/bigstringaf",
"opam:0.8.0"],
["@opam/dune", "opam:2.9.0"],
["@opam/emile", "opam:1.1"],
["@opam/fmt", "opam:0.8.9"],
["@opam/ipaddr", "opam:5.1.0"],
["@opam/ke", "opam:0.4"],
["@opam/mrmime", "opam:0.3.2"],
["@opam/pecu", "opam:0.5"],
["@opam/ptime", "opam:0.8.5"],
["@opam/rosetta", "opam:0.3.0"],
["@opam/rresult", "opam:0.6.0"],
["@opam/unstrctrd", "opam:0.2"],
["@opam/uutf", "opam:1.0.2"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/mtime",
new Map([["opam:1.2.0",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__mtime__opam__c__1.2.0__a4b0f312/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/mtime", "opam:1.2.0"],
["@opam/ocamlbuild",
"opam:0.14.0"],
["@opam/ocamlfind",
"opam:1.9.1"],
["@opam/topkg", "opam:1.0.3"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/multipart-form-data",
new Map([["opam:0.3.0",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__multipart_form_data__opam__c__0.3.0__d3254b57/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/dune", "opam:2.9.0"],
["@opam/lwt", "opam:5.4.1"],
["@opam/lwt_ppx", "opam:2.0.2"],
["@opam/multipart-form-data",
"opam:0.3.0"],
["@opam/stringext",
"opam:1.6.0"]])}]])],
["@opam/num",
new Map([["opam:1.4",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__num__opam__c__1.4__80adde80/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/num", "opam:1.4"],
["@opam/ocamlfind",
"opam:1.9.1"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/ocaml-compiler-libs",
new Map([["opam:v0.12.3",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__ocaml_compiler_libs__opam__c__v0.12.3__777e40be/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/dune", "opam:2.9.0"],
["@opam/ocaml-compiler-libs",
"opam:v0.12.3"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/ocaml-lsp-server",
new Map([["opam:1.7.0",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__ocaml_lsp_server__opam__c__1.7.0__8dd35f22/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/csexp", "opam:1.5.1"],
["@opam/dot-merlin-reader",
"opam:4.1"],
["@opam/dune", "opam:2.9.0"],
["@opam/dune-build-info",
"opam:2.9.0"],
["@opam/ocaml-lsp-server",
"opam:1.7.0"],
["@opam/pp", "opam:1.1.2"],
["@opam/ppx_yojson_conv_lib",
"opam:v0.14.0"],
["@opam/re", "opam:1.9.0"],
["@opam/result", "opam:1.5"],
["@opam/yojson", "opam:1.7.0"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/ocaml-migrate-parsetree",
new Map([["opam:2.2.0",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__ocaml_migrate_parsetree__opam__c__2.2.0__f0755492/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/dune", "opam:2.9.0"],
["@opam/ocaml-migrate-parsetree",
"opam:2.2.0"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/ocaml-syntax-shims",
new Map([["opam:1.0.0",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__ocaml_syntax_shims__opam__c__1.0.0__cb8d5a09/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/dune", "opam:2.9.0"],
["@opam/ocaml-syntax-shims",
"opam:1.0.0"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/ocamlbuild",
new Map([["opam:0.14.0",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__ocamlbuild__opam__c__0.14.0__aff6a0b0/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/ocamlbuild",
"opam:0.14.0"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/ocamlfind",
new Map([["opam:1.9.1",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__ocamlfind__opam__c__1.9.1__492060b0/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/ocamlfind",
"opam:1.9.1"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/ocplib-endian",
new Map([["opam:1.1",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__ocplib_endian__opam__c__1.1__729a5869/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/base-bytes",
"opam:base"],
["@opam/cppo", "opam:1.6.7"],
["@opam/dune", "opam:2.9.0"],
["@opam/ocplib-endian",
"opam:1.1"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/opium",
new Map([["github:EduardoRFS/opium:opium.opam#9fdbfbd0eedf238e1be0663ab95977be27d9a6e1",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__opium__1571987b/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/astring", "opam:0.8.5"],
["@opam/base64", "opam:3.5.0"],
["@opam/cmdliner", "opam:1.0.4"],
["@opam/dune", "opam:2.9.0"],
["@opam/fmt", "opam:0.8.9"],
["@opam/httpaf-lwt-unix",
"github:anmonteiro/httpaf:httpaf-lwt-unix.opam#559019829b7ed267a5b4b86aed1e7d7795214bcd"],
["@opam/logs", "opam:0.7.0"],
["@opam/lwt", "opam:5.4.1"],
["@opam/magic-mime",
"opam:1.2.0"],
["@opam/mirage-crypto",
"opam:0.10.2"],
["@opam/mtime", "opam:1.2.0"],
["@opam/multipart-form-data",
"opam:0.3.0"],
["@opam/opium",
"github:EduardoRFS/opium:opium.opam#9fdbfbd0eedf238e1be0663ab95977be27d9a6e1"],
["@opam/ptime", "opam:0.8.5"],
["@opam/re", "opam:1.9.0"],
["@opam/result", "opam:1.5"],
["@opam/rock",
"github:EduardoRFS/opium:rock.opam#9fdbfbd0eedf238e1be0663ab95977be27d9a6e1"],
["@opam/tyxml", "opam:4.5.0"],
["@opam/uri", "opam:4.2.0"],
["@opam/yojson", "opam:1.7.0"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/parsexp",
new Map([["opam:v0.14.1",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__parsexp__opam__c__v0.14.1__051ca407/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/base", "opam:v0.14.1"],
["@opam/dune", "opam:2.9.0"],
["@opam/parsexp",
"opam:v0.14.1"],
["@opam/sexplib0",
"opam:v0.14.0"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/pecu",
new Map([["opam:0.5",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__pecu__opam__c__0.5__864e875b/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/dune", "opam:2.9.0"],
["@opam/pecu", "opam:0.5"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/piaf",
new Map([["github:EduardoRFS/piaf:piaf.opam#8e4eeb916aef8e95f04d98eef57c43f07008b631",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__piaf__02e92dfe/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/angstrom",
"opam:0.15.0"],
["@opam/bigstringaf",
"opam:0.8.0"],
["@opam/conf-libssl", "opam:3"],
["@opam/dune", "opam:2.9.0"],
["@opam/faraday", "opam:0.8.1"],
["@opam/gluten-lwt-unix",
"opam:0.2.1"],
["@opam/httpaf",
"github:anmonteiro/httpaf:httpaf.opam#559019829b7ed267a5b4b86aed1e7d7795214bcd"],
["@opam/httpaf-lwt-unix",
"github:anmonteiro/httpaf:httpaf-lwt-unix.opam#559019829b7ed267a5b4b86aed1e7d7795214bcd"],
["@opam/logs", "opam:0.7.0"],
["@opam/lwt", "opam:5.4.1"],
["@opam/lwt_ssl", "opam:1.1.3"],
["@opam/magic-mime",
"opam:1.2.0"],
["@opam/mrmime", "opam:0.3.2"],
["@opam/pecu", "opam:0.5"],
["@opam/piaf",
"github:EduardoRFS/piaf:piaf.opam#8e4eeb916aef8e95f04d98eef57c43f07008b631"],
["@opam/psq", "opam:0.2.0"],
["@opam/ssl",
"github:Firgeis/ocaml-ssl:ssl.opam#f7524f7b6db756ce4097dea7fa4e1c4f4f2832a9"],
["@opam/uri", "opam:4.2.0"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/pp",
new Map([["opam:1.1.2",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__pp__opam__c__1.1.2__ebad31ff/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/dune", "opam:2.9.0"],
["@opam/pp", "opam:1.1.2"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/ppx_derivers",
new Map([["opam:1.2.1",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__ppx__derivers__opam__c__1.2.1__a5e0f03f/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/dune", "opam:2.9.0"],
["@opam/ppx_derivers",
"opam:1.2.1"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/ppx_deriving",
new Map([["opam:5.2.1",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__ppx__deriving__opam__c__5.2.1__7dc03006/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/cppo", "opam:1.6.7"],
["@opam/dune", "opam:2.9.0"],
["@opam/ocamlfind",
"opam:1.9.1"],
["@opam/ppx_derivers",
"opam:1.2.1"],
["@opam/ppx_deriving",
"opam:5.2.1"],
["@opam/ppxlib", "opam:0.22.2"],
["@opam/result", "opam:1.5"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/ppx_deriving_yojson",
new Map([["opam:3.6.1",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__ppx__deriving__yojson__opam__c__3.6.1__f7812344/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/dune", "opam:2.9.0"],
["@opam/ppx_deriving",
"opam:5.2.1"],
["@opam/ppx_deriving_yojson",
"opam:3.6.1"],
["@opam/ppxlib", "opam:0.22.2"],
["@opam/result", "opam:1.5"],
["@opam/yojson", "opam:1.7.0"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/ppx_sexp_conv",
new Map([["opam:v0.14.3",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__ppx__sexp__conv__opam__c__v0.14.3__c785b6cc/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/base", "opam:v0.14.1"],
["@opam/dune", "opam:2.9.0"],
["@opam/ppx_sexp_conv",
"opam:v0.14.3"],
["@opam/ppxlib", "opam:0.22.2"],
["@opam/sexplib0",
"opam:v0.14.0"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/ppx_yojson_conv_lib",
new Map([["opam:v0.14.0",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__ppx__yojson__conv__lib__opam__c__v0.14.0__dc949ddc/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/dune", "opam:2.9.0"],
["@opam/ppx_yojson_conv_lib",
"opam:v0.14.0"],
["@opam/yojson", "opam:1.7.0"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/ppxlib",
new Map([["opam:0.22.2",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__ppxlib__opam__c__0.22.2__53ddaf55/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/dune", "opam:2.9.0"],
["@opam/ocaml-compiler-libs",
"opam:v0.12.3"],
["@opam/ocaml-migrate-parsetree",
"opam:2.2.0"],
["@opam/ppx_derivers",
"opam:1.2.1"],
["@opam/ppxlib", "opam:0.22.2"],
["@opam/sexplib0",
"opam:v0.14.0"],
["@opam/stdlib-shims",
"opam:0.3.0"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/psq",
new Map([["opam:0.2.0",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__psq__opam__c__0.2.0__8e9c97f7/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/dune", "opam:2.9.0"],
["@opam/psq", "opam:0.2.0"],
["@opam/seq", "opam:base"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/ptime",
new Map([["opam:0.8.5",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__ptime__opam__c__0.8.5__79d19c69/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/ocamlbuild",
"opam:0.14.0"],
["@opam/ocamlfind",
"opam:1.9.1"],
["@opam/ptime", "opam:0.8.5"],
["@opam/result", "opam:1.5"],
["@opam/topkg", "opam:1.0.3"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/re",
new Map([["opam:1.9.0",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__re__opam__c__1.9.0__1a7a1e15/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/dune", "opam:2.9.0"],
["@opam/re", "opam:1.9.0"],
["@opam/seq", "opam:base"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/react",
new Map([["opam:1.2.1",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__react__opam__c__1.2.1__3f366b0c/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/ocamlbuild",
"opam:0.14.0"],
["@opam/ocamlfind",
"opam:1.9.1"],
["@opam/react", "opam:1.2.1"],
["@opam/topkg", "opam:1.0.3"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/result",
new Map([["opam:1.5",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__result__opam__c__1.5__74485f30/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/dune", "opam:2.9.0"],
["@opam/result", "opam:1.5"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/rock",
new Map([["github:EduardoRFS/opium:rock.opam#9fdbfbd0eedf238e1be0663ab95977be27d9a6e1",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__rock__5f31dcea/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/bigstringaf",
"opam:0.8.0"],
["@opam/dune", "opam:2.9.0"],
["@opam/hmap", "opam:0.8.1"],
["@opam/httpaf",
"github:anmonteiro/httpaf:httpaf.opam#559019829b7ed267a5b4b86aed1e7d7795214bcd"],
["@opam/lwt", "opam:5.4.1"],
["@opam/rock",
"github:EduardoRFS/opium:rock.opam#9fdbfbd0eedf238e1be0663ab95977be27d9a6e1"],
["@opam/sexplib0",
"opam:v0.14.0"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/rosetta",
new Map([["opam:0.3.0",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__rosetta__opam__c__0.3.0__08303c4c/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/coin", "opam:0.1.3"],
["@opam/dune", "opam:2.9.0"],
["@opam/rosetta", "opam:0.3.0"],
["@opam/uuuu", "opam:0.2.0"],
["@opam/yuscii", "opam:0.3.0"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/rresult",
new Map([["opam:0.6.0",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__rresult__opam__c__0.6.0__108d9e8f/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/ocamlbuild",
"opam:0.14.0"],
["@opam/ocamlfind",
"opam:1.9.1"],
["@opam/result", "opam:1.5"],
["@opam/rresult", "opam:0.6.0"],
["@opam/topkg", "opam:1.0.3"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/seq",
new Map([["opam:base",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__seq__opam__c__base__a0c677b1/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/seq", "opam:base"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/sexplib",
new Map([["opam:v0.14.0",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__sexplib__opam__c__v0.14.0__0ac5a13c/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/dune", "opam:2.9.0"],
["@opam/num", "opam:1.4"],
["@opam/parsexp",
"opam:v0.14.1"],
["@opam/sexplib",
"opam:v0.14.0"],
["@opam/sexplib0",
"opam:v0.14.0"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/sexplib0",
new Map([["opam:v0.14.0",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__sexplib0__opam__c__v0.14.0__b1448c97/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/dune", "opam:2.9.0"],
["@opam/sexplib0",
"opam:v0.14.0"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/ssl",
new Map([["github:Firgeis/ocaml-ssl:ssl.opam#f7524f7b6db756ce4097dea7fa4e1c4f4f2832a9",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__ssl__17512a36/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/base-unix", "opam:base"],
["@opam/conf-libssl", "opam:3"],
["@opam/dune", "opam:2.9.0"],
["@opam/dune-configurator",
"opam:2.9.0"],
["@opam/ssl",
"github:Firgeis/ocaml-ssl:ssl.opam#f7524f7b6db756ce4097dea7fa4e1c4f4f2832a9"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/stdlib-shims",
new Map([["opam:0.3.0",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__stdlib_shims__opam__c__0.3.0__daf52145/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/dune", "opam:2.9.0"],
["@opam/stdlib-shims",
"opam:0.3.0"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/stringext",
new Map([["opam:1.6.0",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__stringext__opam__c__1.6.0__69baaaa5/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/base-bytes",
"opam:base"],
["@opam/dune", "opam:2.9.0"],
["@opam/stringext",
"opam:1.6.0"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/tezos-error-monad",
new Map([["opam:8.3",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__tezos_error_monad__opam__c__8.3__f6046399/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/data-encoding",
"opam:0.2"],
["@opam/dune", "opam:2.9.0"],
["@opam/lwt-canceler",
"opam:0.2"],
["@opam/tezos-error-monad",
"opam:8.3"],
["@opam/tezos-stdlib",
"opam:8.3"]])}]])],
["@opam/tezos-micheline",
new Map([["opam:8.3",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__tezos_micheline__opam__c__8.3__54e6b761/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/dune", "opam:2.9.0"],
["@opam/tezos-error-monad",
"opam:8.3"],
["@opam/tezos-micheline",
"opam:8.3"],
["@opam/uutf", "opam:1.0.2"]])}]])],
["@opam/tezos-stdlib",
new Map([["opam:8.3",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__tezos_stdlib__opam__c__8.3__91441acd/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/dune", "opam:2.9.0"],
["@opam/hex", "opam:1.4.0"],
["@opam/lwt", "opam:5.4.1"],
["@opam/tezos-stdlib",
"opam:8.3"],
["@opam/zarith", "opam:1.12"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/topkg",
new Map([["opam:1.0.3",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__topkg__opam__c__1.0.3__fce0cc7a/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/ocamlbuild",
"opam:0.14.0"],
["@opam/ocamlfind",
"opam:1.9.1"],
["@opam/topkg", "opam:1.0.3"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/trie",
new Map([["opam:1.0.0",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__trie__opam__c__1.0.0__c52258b6/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/dune", "opam:2.9.0"],
["@opam/trie", "opam:1.0.0"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/tyxml",
new Map([["opam:4.5.0",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__tyxml__opam__c__4.5.0__0fbbf0d0/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/dune", "opam:2.9.0"],
["@opam/re", "opam:1.9.0"],
["@opam/seq", "opam:base"],
["@opam/tyxml", "opam:4.5.0"],
["@opam/uutf", "opam:1.0.2"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/uchar",
new Map([["opam:0.0.2",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__uchar__opam__c__0.0.2__d1ad73a0/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/ocamlbuild",
"opam:0.14.0"],
["@opam/uchar", "opam:0.0.2"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/unstrctrd",
new Map([["opam:0.2",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__unstrctrd__opam__c__0.2__3e729c3f/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/angstrom",
"opam:0.15.0"],
["@opam/dune", "opam:2.9.0"],
["@opam/unstrctrd", "opam:0.2"],
["@opam/uutf", "opam:1.0.2"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/uri",
new Map([["opam:4.2.0",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__uri__opam__c__4.2.0__9b4b8867/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/angstrom",
"opam:0.15.0"],
["@opam/dune", "opam:2.9.0"],
["@opam/stringext",
"opam:1.6.0"],
["@opam/uri", "opam:4.2.0"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/utop",
new Map([["opam:2.8.0",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__utop__opam__c__2.8.0__9d8a2675/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/base-threads",
"opam:base"],
["@opam/base-unix", "opam:base"],
["@opam/camomile", "opam:1.0.2"],
["@opam/cppo", "opam:1.6.7"],
["@opam/dune", "opam:2.9.0"],
["@opam/lambda-term",
"opam:3.1.0"],
["@opam/lwt", "opam:5.4.1"],
["@opam/lwt_react",
"opam:1.1.4"],
["@opam/ocamlfind",
"opam:1.9.1"],
["@opam/react", "opam:1.2.1"],
["@opam/utop", "opam:2.8.0"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/uutf",
new Map([["opam:1.0.2",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__uutf__opam__c__1.0.2__34474f09/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/cmdliner", "opam:1.0.4"],
["@opam/ocamlbuild",
"opam:0.14.0"],
["@opam/ocamlfind",
"opam:1.9.1"],
["@opam/topkg", "opam:1.0.3"],
["@opam/uchar", "opam:0.0.2"],
["@opam/uutf", "opam:1.0.2"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/uuuu",
new Map([["opam:0.2.0",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__uuuu__opam__c__0.2.0__daa94b7d/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/angstrom",
"opam:0.15.0"],
["@opam/dune", "opam:2.9.0"],
["@opam/menhir",
"opam:20210419"],
["@opam/ocamlfind",
"opam:1.9.1"],
["@opam/re", "opam:1.9.0"],
["@opam/uuuu", "opam:0.2.0"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/yojson",
new Map([["opam:1.7.0",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__yojson__opam__c__1.7.0__5bfab1af/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/biniou", "opam:1.2.1"],
["@opam/cppo", "opam:1.6.7"],
["@opam/dune", "opam:2.9.0"],
["@opam/easy-format",
"opam:1.3.2"],
["@opam/yojson", "opam:1.7.0"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/yuscii",
new Map([["opam:0.3.0",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__yuscii__opam__c__0.3.0__3eac836a/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/dune", "opam:2.9.0"],
["@opam/yuscii", "opam:0.3.0"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/zarith",
new Map([["opam:1.12",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__zarith__opam__c__1.12__0eb91e89/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/conf-gmp", "opam:3"],
["@opam/ocamlfind",
"opam:1.9.1"],
["@opam/zarith", "opam:1.12"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@opam/zed",
new Map([["opam:3.1.0",
{
packageLocation: "/home/melwyn95/.esy/source/i/opam__s__zed__opam__c__3.1.0__834d0e28/",
packageDependencies: new Map([["@esy-ocaml/substs", "0.0.1"],
["@opam/base-bytes",
"opam:base"],
["@opam/camomile", "opam:1.0.2"],
["@opam/charInfo_width",
"opam:1.1.0"],
["@opam/dune", "opam:2.9.0"],
["@opam/react", "opam:1.2.1"],
["@opam/zed", "opam:3.1.0"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@reason-native/cli",
new Map([["0.0.1-alpha",
{
packageLocation: "/home/melwyn95/.esy/source/i/reason_native__s__cli__0.0.1_alpha__cbdaf1ad/",
packageDependencies: new Map([["@esy-ocaml/reason", "3.7.0"],
["@opam/dune", "opam:2.9.0"],
["@opam/re", "opam:1.9.0"],
["@reason-native/cli",
"0.0.1-alpha"],
["@reason-native/pastel",
"0.3.0"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@reason-native/file-context-printer",
new Map([["0.0.3",
{
packageLocation: "/home/melwyn95/.esy/source/i/reason_native__s__file_context_printer__0.0.3__9dea979f/",
packageDependencies: new Map([["@esy-ocaml/reason", "3.7.0"],
["@opam/dune", "opam:2.9.0"],
["@opam/re", "opam:1.9.0"],
["@reason-native/file-context-printer",
"0.0.3"],
["@reason-native/pastel",
"0.3.0"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@reason-native/pastel",
new Map([["0.3.0",
{
packageLocation: "/home/melwyn95/.esy/source/i/reason_native__s__pastel__0.3.0__b97c16ec/",
packageDependencies: new Map([["@esy-ocaml/reason", "3.7.0"],
["@opam/dune", "opam:2.9.0"],
["@opam/re", "opam:1.9.0"],
["@reason-native/pastel",
"0.3.0"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["@reason-native/rely",
new Map([["3.2.1",
{
packageLocation: "/home/melwyn95/.esy/source/i/reason_native__s__rely__3.2.1__b79e06ab/",
packageDependencies: new Map([["@esy-ocaml/reason", "3.7.0"],
["@opam/dune", "opam:2.9.0"],
["@opam/junit", "opam:2.0.2"],
["@opam/re", "opam:1.9.0"],
["@reason-native/cli",
"0.0.1-alpha"],
["@reason-native/file-context-printer",
"0.0.3"],
["@reason-native/pastel",
"0.3.0"],
["@reason-native/rely", "3.2.1"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["esy-gmp",
new Map([["archive:https://gmplib.org/download/gmp/gmp-6.2.1.tar.xz#sha1:0578d48607ec0e272177d175fd1807c30b00fdf2",
{
packageLocation: "/home/melwyn95/.esy/source/i/esy_gmp__9e80dad6/",
packageDependencies: new Map([["esy-gmp",
"archive:https://gmplib.org/download/gmp/gmp-6.2.1.tar.xz#sha1:0578d48607ec0e272177d175fd1807c30b00fdf2"]])}]])],
["esy-help2man",
new Map([["github:esy-packages/esy-help2man#c8e6931d1dcf58a81bd801145a777fd3b115c443",
{
packageLocation: "/home/melwyn95/.esy/source/i/esy_help2man__b3621e54/",
packageDependencies: new Map([["esy-help2man",
"github:esy-packages/esy-help2man#c8e6931d1dcf58a81bd801145a777fd3b115c443"]])}]])],
["esy-openssl",
new Map([["archive:https://github.com/openssl/openssl/archive/OpenSSL_1_1_1g.tar.gz#sha1:33324ff957edaae8ae575817b456320378da46ff",
{
packageLocation: "/home/melwyn95/.esy/source/i/esy_openssl__c9168057/",
packageDependencies: new Map([["@opam/conf-autoconf",
"github:esy-packages/esy-autoconf:package.json#fb93edf"],
["@opam/conf-pkg-config",
"opam:2"],
["esy-openssl",
"archive:https://github.com/openssl/openssl/archive/OpenSSL_1_1_1g.tar.gz#sha1:33324ff957edaae8ae575817b456320378da46ff"]])}]])],
["ocaml",
new Map([["github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae",
{
packageLocation: "/home/melwyn95/.esy/source/i/ocaml__658f2df3/",
packageDependencies: new Map([["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])],
["yarn-pkg-config",
new Map([["github:esy-ocaml/yarn-pkg-config#db3a0b63883606dd57c54a7158d560d6cba8cd79",
{
packageLocation: "/home/melwyn95/.esy/source/i/yarn_pkg_config__9829fc81/",
packageDependencies: new Map([["yarn-pkg-config",
"github:esy-ocaml/yarn-pkg-config#db3a0b63883606dd57c54a7158d560d6cba8cd79"]])}]])],
[null,
new Map([[null,
{
packageLocation: "/home/melwyn95/projects/repro/sidechain/",
packageDependencies: new Map([["@esy-ocaml/reason", "3.7.0"],
["@esy-ocaml/rtop",
"github:ManasJayanth/reason:rtop.json#cb5afe1df701cfc92321f2123fce2dcad39a02aa"],
["@opam/cmdliner", "opam:1.0.4"],
["@opam/digestif", "opam:1.0.0"],
["@opam/dune", "opam:2.9.0"],
["@opam/hex", "opam:1.4.0"],
["@opam/lwt", "opam:5.4.1"],
["@opam/menhir",
"opam:20210419"],
["@opam/mirage-crypto",
"opam:0.10.2"],
["@opam/mirage-crypto-ec",
"opam:0.10.2"],
["@opam/mirage-crypto-pk",
"opam:0.10.2"],
["@opam/mirage-crypto-rng",
"opam:0.10.2"],
["@opam/mrmime", "opam:0.3.2"],
["@opam/ocaml-lsp-server",
"opam:1.7.0"],
["@opam/opium",
"github:EduardoRFS/opium:opium.opam#9fdbfbd0eedf238e1be0663ab95977be27d9a6e1"],
["@opam/piaf",
"github:EduardoRFS/piaf:piaf.opam#8e4eeb916aef8e95f04d98eef57c43f07008b631"],
["@opam/ppx_deriving",
"opam:5.2.1"],
["@opam/ppx_deriving_yojson",
"opam:3.6.1"],
["@opam/tezos-micheline",
"opam:8.3"],
["@opam/utop", "opam:2.8.0"],
["@reason-native/rely", "3.2.1"],
["ocaml",
"github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"]])}]])]]);
let locatorsByLocations = new Map([
["../../", topLevelLocator],
["../../../../../.esy/source/i/esy_gmp__9e80dad6/",
{
name: "esy-gmp",
reference: "archive:https://gmplib.org/download/gmp/gmp-6.2.1.tar.xz#sha1:0578d48607ec0e272177d175fd1807c30b00fdf2"}],
["../../../../../.esy/source/i/esy_help2man__b3621e54/",
{
name: "esy-help2man",
reference: "github:esy-packages/esy-help2man#c8e6931d1dcf58a81bd801145a777fd3b115c443"}],
["../../../../../.esy/source/i/esy_ocaml__s__reason__3.7.0__9ed0eb4e/",
{
name: "@esy-ocaml/reason",
reference: "3.7.0"}],
["../../../../../.esy/source/i/esy_ocaml__s__rtop__459d38d8/",
{
name: "@esy-ocaml/rtop",
reference: "github:ManasJayanth/reason:rtop.json#cb5afe1df701cfc92321f2123fce2dcad39a02aa"}],
["../../../../../.esy/source/i/esy_ocaml__s__substs__0.0.1__19de1ee1/",
{
name: "@esy-ocaml/substs",
reference: "0.0.1"}],
["../../../../../.esy/source/i/esy_openssl__c9168057/",
{
name: "esy-openssl",
reference: "archive:https://github.com/openssl/openssl/archive/OpenSSL_1_1_1g.tar.gz#sha1:33324ff957edaae8ae575817b456320378da46ff"}],
["../../../../../.esy/source/i/ocaml__658f2df3/",
{
name: "ocaml",
reference: "github:esy-ocaml/ocaml#7af70dea28d218eb53bce7966e24dfe6762862ae"}],
["../../../../../.esy/source/i/opam__s__angstrom__opam__c__0.15.0__c5dca2a1/",
{
name: "@opam/angstrom",
reference: "opam:0.15.0"}],
["../../../../../.esy/source/i/opam__s__astring__opam__c__0.8.5__471b9e4a/",
{
name: "@opam/astring",
reference: "opam:0.8.5"}],
["../../../../../.esy/source/i/opam__s__base64__opam__c__3.5.0__7cc64a98/",
{
name: "@opam/base64",
reference: "opam:3.5.0"}],
["../../../../../.esy/source/i/opam__s__base__opam__c__v0.14.1__e2aa1e81/",
{
name: "@opam/base",
reference: "opam:v0.14.1"}],
["../../../../../.esy/source/i/opam__s__base_bytes__opam__c__base__48b6019a/",
{
name: "@opam/base-bytes",
reference: "opam:base"}],
["../../../../../.esy/source/i/opam__s__base_threads__opam__c__base__f282958b/",
{
name: "@opam/base-threads",
reference: "opam:base"}],
["../../../../../.esy/source/i/opam__s__base_unix__opam__c__base__93427a57/",
{
name: "@opam/base-unix",
reference: "opam:base"}],
["../../../../../.esy/source/i/opam__s__bigarray_compat__opam__c__1.0.0__85f431b8/",
{
name: "@opam/bigarray-compat",
reference: "opam:1.0.0"}],
["../../../../../.esy/source/i/opam__s__bigarray_overlap__opam__c__0.2.0__fa367fa2/",
{
name: "@opam/bigarray-overlap",
reference: "opam:0.2.0"}],
["../../../../../.esy/source/i/opam__s__bigstringaf__opam__c__0.8.0__e5d3dc84/",
{
name: "@opam/bigstringaf",
reference: "opam:0.8.0"}],
["../../../../../.esy/source/i/opam__s__biniou__opam__c__1.2.1__9a37384b/",
{
name: "@opam/biniou",
reference: "opam:1.2.1"}],
["../../../../../.esy/source/i/opam__s__camomile__opam__c__1.0.2__db466739/",
{
name: "@opam/camomile",
reference: "opam:1.0.2"}],
["../../../../../.esy/source/i/opam__s__charinfo__width__opam__c__1.1.0__4449bb95/",
{
name: "@opam/charInfo_width",
reference: "opam:1.1.0"}],
["../../../../../.esy/source/i/opam__s__cmdliner__opam__c__1.0.4__11482f41/",
{
name: "@opam/cmdliner",
reference: "opam:1.0.4"}],
["../../../../../.esy/source/i/opam__s__coin__opam__c__0.1.3__9bddf311/",
{
name: "@opam/coin",
reference: "opam:0.1.3"}],
["../../../../../.esy/source/i/opam__s__conf_autoconf__823a11c2/",
{
name: "@opam/conf-autoconf",
reference: "github:esy-packages/esy-autoconf:package.json#fb93edf"}],
["../../../../../.esy/source/i/opam__s__conf_gmp__opam__c__3__9642db88/",
{
name: "@opam/conf-gmp",
reference: "opam:3"}],
["../../../../../.esy/source/i/opam__s__conf_gmp_powm_sec__opam__c__3__0ac687f9/",
{
name: "@opam/conf-gmp-powm-sec",
reference: "opam:3"}],
["../../../../../.esy/source/i/opam__s__conf_libssl__opam__c__3__b537e2f7/",
{
name: "@opam/conf-libssl",
reference: "opam:3"}],
["../../../../../.esy/source/i/opam__s__conf_pkg_config__opam__c__2__f94434f0/",
{
name: "@opam/conf-pkg-config",
reference: "opam:2"}],
["../../../../../.esy/source/i/opam__s__cppo__opam__c__1.6.7__6c77bc8a/",
{
name: "@opam/cppo",
reference: "opam:1.6.7"}],
["../../../../../.esy/source/i/opam__s__csexp__opam__c__1.5.1__a5d42d7e/",
{
name: "@opam/csexp",
reference: "opam:1.5.1"}],
["../../../../../.esy/source/i/opam__s__cstruct__opam__c__6.0.0__932ea353/",
{
name: "@opam/cstruct",
reference: "opam:6.0.0"}],
["../../../../../.esy/source/i/opam__s__data_encoding__opam__c__0.2__0c9e35c7/",
{
name: "@opam/data-encoding",
reference: "opam:0.2"}],
["../../../../../.esy/source/i/opam__s__digestif__opam__c__1.0.0__fbdeb254/",
{
name: "@opam/digestif",
reference: "opam:1.0.0"}],
["../../../../../.esy/source/i/opam__s__domain_name__opam__c__0.3.0__212a23e1/",
{
name: "@opam/domain-name",
reference: "opam:0.3.0"}],
["../../../../../.esy/source/i/opam__s__dot_merlin_reader__opam__c__4.1__e3b8bf05/",
{
name: "@opam/dot-merlin-reader",
reference: "opam:4.1"}],
["../../../../../.esy/source/i/opam__s__dune__opam__c__2.9.0__f2432484/",
{
name: "@opam/dune",
reference: "opam:2.9.0"}],
["../../../../../.esy/source/i/opam__s__dune_build_info__opam__c__2.9.0__cee778ca/",
{
name: "@opam/dune-build-info",
reference: "opam:2.9.0"}],
["../../../../../.esy/source/i/opam__s__dune_configurator__opam__c__2.9.0__fa79c0c2/",
{
name: "@opam/dune-configurator",
reference: "opam:2.9.0"}],
["../../../../../.esy/source/i/opam__s__duration__opam__c__0.1.3__dcb75b2f/",
{
name: "@opam/duration",
reference: "opam:0.1.3"}],
["../../../../../.esy/source/i/opam__s__easy_format__opam__c__1.3.2__2be19d18/",
{
name: "@opam/easy-format",
reference: "opam:1.3.2"}],
["../../../../../.esy/source/i/opam__s__emile__opam__c__1.1__9987936e/",
{
name: "@opam/emile",
reference: "opam:1.1"}],
["../../../../../.esy/source/i/opam__s__eqaf__opam__c__0.7__032806f7/",
{
name: "@opam/eqaf",
reference: "opam:0.7"}],
["../../../../../.esy/source/i/opam__s__ezjsonm__opam__c__1.2.0__9d803cb6/",
{
name: "@opam/ezjsonm",
reference: "opam:1.2.0"}],
["../../../../../.esy/source/i/opam__s__faraday__opam__c__0.8.1__284f95ca/",
{
name: "@opam/faraday",
reference: "opam:0.8.1"}],
["../../../../../.esy/source/i/opam__s__faraday_lwt__opam__c__0.8.1__c2bab2bb/",
{
name: "@opam/faraday-lwt",
reference: "opam:0.8.1"}],
["../../../../../.esy/source/i/opam__s__faraday_lwt_unix__opam__c__0.8.1__b577e013/",
{
name: "@opam/faraday-lwt-unix",
reference: "opam:0.8.1"}],
["../../../../../.esy/source/i/opam__s__fix__opam__c__20201120__6248fa10/",
{
name: "@opam/fix",
reference: "opam:20201120"}],
["../../../../../.esy/source/i/opam__s__fmt__opam__c__0.8.9__dfac8787/",
{
name: "@opam/fmt",
reference: "opam:0.8.9"}],
["../../../../../.esy/source/i/opam__s__gluten__opam__c__0.2.1__f730e9b2/",
{
name: "@opam/gluten",
reference: "opam:0.2.1"}],
["../../../../../.esy/source/i/opam__s__gluten_lwt__opam__c__0.2.1__bc48261d/",
{
name: "@opam/gluten-lwt",
reference: "opam:0.2.1"}],
["../../../../../.esy/source/i/opam__s__gluten_lwt_unix__opam__c__0.2.1__ff411eed/",
{
name: "@opam/gluten-lwt-unix",
reference: "opam:0.2.1"}],
["../../../../../.esy/source/i/opam__s__hex__opam__c__1.4.0__5566ecb7/",
{
name: "@opam/hex",
reference: "opam:1.4.0"}],
["../../../../../.esy/source/i/opam__s__hmap__opam__c__0.8.1__f8cac8ba/",
{
name: "@opam/hmap",
reference: "opam:0.8.1"}],
["../../../../../.esy/source/i/opam__s__httpaf__d5d1444d/",
{
name: "@opam/httpaf",
reference: "github:anmonteiro/httpaf:httpaf.opam#559019829b7ed267a5b4b86aed1e7d7795214bcd"}],
["../../../../../.esy/source/i/opam__s__httpaf_lwt__40b3fed8/",
{
name: "@opam/httpaf-lwt",
reference: "github:anmonteiro/httpaf:httpaf-lwt.opam#559019829b7ed267a5b4b86aed1e7d7795214bcd"}],
["../../../../../.esy/source/i/opam__s__httpaf_lwt_unix__69327fe0/",
{
name: "@opam/httpaf-lwt-unix",
reference: "github:anmonteiro/httpaf:httpaf-lwt-unix.opam#559019829b7ed267a5b4b86aed1e7d7795214bcd"}],
["../../../../../.esy/source/i/opam__s__ipaddr__opam__c__5.1.0__45f4ce67/",
{
name: "@opam/ipaddr",
reference: "opam:5.1.0"}],
["../../../../../.esy/source/i/opam__s__json_data_encoding__opam__c__0.8__ce63fa7a/",
{
name: "@opam/json-data-encoding",
reference: "opam:0.8"}],
["../../../../../.esy/source/i/opam__s__json_data_encoding_bson__opam__c__0.8__4fa4f2a4/",
{
name: "@opam/json-data-encoding-bson",
reference: "opam:0.8"}],
["../../../../../.esy/source/i/opam__s__jsonm__opam__c__1.0.1__0f41f896/",
{
name: "@opam/jsonm",
reference: "opam:1.0.1"}],
["../../../../../.esy/source/i/opam__s__junit__opam__c__2.0.2__4f0ae0d4/",
{
name: "@opam/junit",
reference: "opam:2.0.2"}],
["../../../../../.esy/source/i/opam__s__ke__opam__c__0.4__39dcc983/",
{
name: "@opam/ke",
reference: "opam:0.4"}],
["../../../../../.esy/source/i/opam__s__lambda_term__opam__c__3.1.0__d06480a1/",
{
name: "@opam/lambda-term",
reference: "opam:3.1.0"}],
["../../../../../.esy/source/i/opam__s__logs__opam__c__0.7.0__cf15da05/",
{
name: "@opam/logs",
reference: "opam:0.7.0"}],
["../../../../../.esy/source/i/opam__s__lwt__log__opam__c__1.1.1__7f54b5d1/",
{
name: "@opam/lwt_log",
reference: "opam:1.1.1"}],
["../../../../../.esy/source/i/opam__s__lwt__opam__c__5.4.1__9dd6ef09/",
{
name: "@opam/lwt",
reference: "opam:5.4.1"}],
["../../../../../.esy/source/i/opam__s__lwt__ppx__opam__c__2.0.2__49533d10/",
{
name: "@opam/lwt_ppx",
reference: "opam:2.0.2"}],
["../../../../../.esy/source/i/opam__s__lwt__react__opam__c__1.1.4__79ecbc04/",
{
name: "@opam/lwt_react",
reference: "opam:1.1.4"}],
["../../../../../.esy/source/i/opam__s__lwt__ssl__opam__c__1.1.3__bb54eb1f/",
{
name: "@opam/lwt_ssl",
reference: "opam:1.1.3"}],
["../../../../../.esy/source/i/opam__s__lwt_canceler__opam__c__0.2__13695635/",
{
name: "@opam/lwt-canceler",
reference: "opam:0.2"}],
["../../../../../.esy/source/i/opam__s__macaddr__opam__c__5.1.0__567b7407/",
{
name: "@opam/macaddr",
reference: "opam:5.1.0"}],
["../../../../../.esy/source/i/opam__s__magic_mime__opam__c__1.2.0__c9733c05/",
{
name: "@opam/magic-mime",
reference: "opam:1.2.0"}],
["../../../../../.esy/source/i/opam__s__menhir__opam__c__20210419__ee825b3c/",
{
name: "@opam/menhir",
reference: "opam:20210419"}],
["../../../../../.esy/source/i/opam__s__menhirlib__opam__c__20210419__61564494/",
{
name: "@opam/menhirLib",
reference: "opam:20210419"}],
["../../../../../.esy/source/i/opam__s__menhirsdk__opam__c__20210419__3462be48/",
{
name: "@opam/menhirSdk",
reference: "opam:20210419"}],
["../../../../../.esy/source/i/opam__s__merlin_extend__opam__c__0.6__4a4028a6/",
{
name: "@opam/merlin-extend",
reference: "opam:0.6"}],
["../../../../../.esy/source/i/opam__s__mew__opam__c__0.1.0__c6aad947/",
{
name: "@opam/mew",
reference: "opam:0.1.0"}],
["../../../../../.esy/source/i/opam__s__mew__vi__opam__c__0.5.0__989c39c5/",
{
name: "@opam/mew_vi",
reference: "opam:0.5.0"}],
["../../../../../.esy/source/i/opam__s__mirage_crypto__opam__c__0.10.2__b2313646/",
{
name: "@opam/mirage-crypto",
reference: "opam:0.10.2"}],
["../../../../../.esy/source/i/opam__s__mirage_crypto_ec__opam__c__0.10.2__a9dfc91d/",
{
name: "@opam/mirage-crypto-ec",
reference: "opam:0.10.2"}],
["../../../../../.esy/source/i/opam__s__mirage_crypto_pk__opam__c__0.10.2__108a1ced/",
{
name: "@opam/mirage-crypto-pk",
reference: "opam:0.10.2"}],
["../../../../../.esy/source/i/opam__s__mirage_crypto_rng__opam__c__0.10.2__f5613ec0/",
{
name: "@opam/mirage-crypto-rng",
reference: "opam:0.10.2"}],
["../../../../../.esy/source/i/opam__s__mirage_no_solo5__opam__c__1__0dfe7436/",
{
name: "@opam/mirage-no-solo5",
reference: "opam:1"}],
["../../../../../.esy/source/i/opam__s__mirage_no_xen__opam__c__1__5b4fa424/",
{
name: "@opam/mirage-no-xen",
reference: "opam:1"}],
["../../../../../.esy/source/i/opam__s__mmap__opam__c__1.1.0__2cba59f8/",
{
name: "@opam/mmap",
reference: "opam:1.1.0"}],
["../../../../../.esy/source/i/opam__s__mrmime__opam__c__0.3.2__7bb6b2f3/",
{
name: "@opam/mrmime",
reference: "opam:0.3.2"}],
["../../../../../.esy/source/i/opam__s__mtime__opam__c__1.2.0__a4b0f312/",
{
name: "@opam/mtime",
reference: "opam:1.2.0"}],
["../../../../../.esy/source/i/opam__s__multipart_form_data__opam__c__0.3.0__d3254b57/",
{
name: "@opam/multipart-form-data",
reference: "opam:0.3.0"}],
["../../../../../.esy/source/i/opam__s__num__opam__c__1.4__80adde80/",
{
name: "@opam/num",
reference: "opam:1.4"}],
["../../../../../.esy/source/i/opam__s__ocaml_compiler_libs__opam__c__v0.12.3__777e40be/",
{
name: "@opam/ocaml-compiler-libs",
reference: "opam:v0.12.3"}],
["../../../../../.esy/source/i/opam__s__ocaml_lsp_server__opam__c__1.7.0__8dd35f22/",
{
name: "@opam/ocaml-lsp-server",
reference: "opam:1.7.0"}],
["../../../../../.esy/source/i/opam__s__ocaml_migrate_parsetree__opam__c__2.2.0__f0755492/",
{
name: "@opam/ocaml-migrate-parsetree",
reference: "opam:2.2.0"}],
["../../../../../.esy/source/i/opam__s__ocaml_syntax_shims__opam__c__1.0.0__cb8d5a09/",
{
name: "@opam/ocaml-syntax-shims",
reference: "opam:1.0.0"}],
["../../../../../.esy/source/i/opam__s__ocamlbuild__opam__c__0.14.0__aff6a0b0/",
{
name: "@opam/ocamlbuild",
reference: "opam:0.14.0"}],
["../../../../../.esy/source/i/opam__s__ocamlfind__opam__c__1.9.1__492060b0/",
{
name: "@opam/ocamlfind",
reference: "opam:1.9.1"}],
["../../../../../.esy/source/i/opam__s__ocplib_endian__opam__c__1.1__729a5869/",
{
name: "@opam/ocplib-endian",
reference: "opam:1.1"}],
["../../../../../.esy/source/i/opam__s__opium__1571987b/",
{
name: "@opam/opium",
reference: "github:EduardoRFS/opium:opium.opam#9fdbfbd0eedf238e1be0663ab95977be27d9a6e1"}],
["../../../../../.esy/source/i/opam__s__parsexp__opam__c__v0.14.1__051ca407/",
{
name: "@opam/parsexp",
reference: "opam:v0.14.1"}],
["../../../../../.esy/source/i/opam__s__pecu__opam__c__0.5__864e875b/",
{
name: "@opam/pecu",
reference: "opam:0.5"}],
["../../../../../.esy/source/i/opam__s__piaf__02e92dfe/",
{
name: "@opam/piaf",
reference: "github:EduardoRFS/piaf:piaf.opam#8e4eeb916aef8e95f04d98eef57c43f07008b631"}],
["../../../../../.esy/source/i/opam__s__pp__opam__c__1.1.2__ebad31ff/",
{
name: "@opam/pp",
reference: "opam:1.1.2"}],
["../../../../../.esy/source/i/opam__s__ppx__derivers__opam__c__1.2.1__a5e0f03f/",
{
name: "@opam/ppx_derivers",
reference: "opam:1.2.1"}],
["../../../../../.esy/source/i/opam__s__ppx__deriving__opam__c__5.2.1__7dc03006/",
{
name: "@opam/ppx_deriving",
reference: "opam:5.2.1"}],
["../../../../../.esy/source/i/opam__s__ppx__deriving__yojson__opam__c__3.6.1__f7812344/",
{
name: "@opam/ppx_deriving_yojson",
reference: "opam:3.6.1"}],
["../../../../../.esy/source/i/opam__s__ppx__sexp__conv__opam__c__v0.14.3__c785b6cc/",
{
name: "@opam/ppx_sexp_conv",
reference: "opam:v0.14.3"}],
["../../../../../.esy/source/i/opam__s__ppx__yojson__conv__lib__opam__c__v0.14.0__dc949ddc/",
{
name: "@opam/ppx_yojson_conv_lib",
reference: "opam:v0.14.0"}],
["../../../../../.esy/source/i/opam__s__ppxlib__opam__c__0.22.2__53ddaf55/",
{
name: "@opam/ppxlib",
reference: "opam:0.22.2"}],
["../../../../../.esy/source/i/opam__s__psq__opam__c__0.2.0__8e9c97f7/",
{
name: "@opam/psq",
reference: "opam:0.2.0"}],
["../../../../../.esy/source/i/opam__s__ptime__opam__c__0.8.5__79d19c69/",
{
name: "@opam/ptime",
reference: "opam:0.8.5"}],
["../../../../../.esy/source/i/opam__s__re__opam__c__1.9.0__1a7a1e15/",
{
name: "@opam/re",
reference: "opam:1.9.0"}],
["../../../../../.esy/source/i/opam__s__react__opam__c__1.2.1__3f366b0c/",
{
name: "@opam/react",
reference: "opam:1.2.1"}],
["../../../../../.esy/source/i/opam__s__result__opam__c__1.5__74485f30/",
{
name: "@opam/result",
reference: "opam:1.5"}],
["../../../../../.esy/source/i/opam__s__rock__5f31dcea/",
{
name: "@opam/rock",
reference: "github:EduardoRFS/opium:rock.opam#9fdbfbd0eedf238e1be0663ab95977be27d9a6e1"}],
["../../../../../.esy/source/i/opam__s__rosetta__opam__c__0.3.0__08303c4c/",
{
name: "@opam/rosetta",
reference: "opam:0.3.0"}],
["../../../../../.esy/source/i/opam__s__rresult__opam__c__0.6.0__108d9e8f/",
{
name: "@opam/rresult",
reference: "opam:0.6.0"}],
["../../../../../.esy/source/i/opam__s__seq__opam__c__base__a0c677b1/",
{
name: "@opam/seq",
reference: "opam:base"}],
["../../../../../.esy/source/i/opam__s__sexplib0__opam__c__v0.14.0__b1448c97/",
{
name: "@opam/sexplib0",
reference: "opam:v0.14.0"}],
["../../../../../.esy/source/i/opam__s__sexplib__opam__c__v0.14.0__0ac5a13c/",
{
name: "@opam/sexplib",
reference: "opam:v0.14.0"}],
["../../../../../.esy/source/i/opam__s__ssl__17512a36/",
{
name: "@opam/ssl",
reference: "github:Firgeis/ocaml-ssl:ssl.opam#f7524f7b6db756ce4097dea7fa4e1c4f4f2832a9"}],
["../../../../../.esy/source/i/opam__s__stdlib_shims__opam__c__0.3.0__daf52145/",
{
name: "@opam/stdlib-shims",
reference: "opam:0.3.0"}],
["../../../../../.esy/source/i/opam__s__stringext__opam__c__1.6.0__69baaaa5/",
{
name: "@opam/stringext",
reference: "opam:1.6.0"}],
["../../../../../.esy/source/i/opam__s__tezos_error_monad__opam__c__8.3__f6046399/",
{
name: "@opam/tezos-error-monad",
reference: "opam:8.3"}],
["../../../../../.esy/source/i/opam__s__tezos_micheline__opam__c__8.3__54e6b761/",
{
name: "@opam/tezos-micheline",
reference: "opam:8.3"}],
["../../../../../.esy/source/i/opam__s__tezos_stdlib__opam__c__8.3__91441acd/",
{
name: "@opam/tezos-stdlib",
reference: "opam:8.3"}],
["../../../../../.esy/source/i/opam__s__topkg__opam__c__1.0.3__fce0cc7a/",
{
name: "@opam/topkg",
reference: "opam:1.0.3"}],
["../../../../../.esy/source/i/opam__s__trie__opam__c__1.0.0__c52258b6/",
{
name: "@opam/trie",
reference: "opam:1.0.0"}],
["../../../../../.esy/source/i/opam__s__tyxml__opam__c__4.5.0__0fbbf0d0/",
{
name: "@opam/tyxml",
reference: "opam:4.5.0"}],
["../../../../../.esy/source/i/opam__s__uchar__opam__c__0.0.2__d1ad73a0/",
{
name: "@opam/uchar",
reference: "opam:0.0.2"}],
["../../../../../.esy/source/i/opam__s__unstrctrd__opam__c__0.2__3e729c3f/",
{
name: "@opam/unstrctrd",
reference: "opam:0.2"}],
["../../../../../.esy/source/i/opam__s__uri__opam__c__4.2.0__9b4b8867/",
{
name: "@opam/uri",
reference: "opam:4.2.0"}],
["../../../../../.esy/source/i/opam__s__utop__opam__c__2.8.0__9d8a2675/",
{
name: "@opam/utop",
reference: "opam:2.8.0"}],
["../../../../../.esy/source/i/opam__s__uutf__opam__c__1.0.2__34474f09/",
{
name: "@opam/uutf",
reference: "opam:1.0.2"}],
["../../../../../.esy/source/i/opam__s__uuuu__opam__c__0.2.0__daa94b7d/",
{
name: "@opam/uuuu",
reference: "opam:0.2.0"}],
["../../../../../.esy/source/i/opam__s__yojson__opam__c__1.7.0__5bfab1af/",
{
name: "@opam/yojson",
reference: "opam:1.7.0"}],
["../../../../../.esy/source/i/opam__s__yuscii__opam__c__0.3.0__3eac836a/",
{
name: "@opam/yuscii",
reference: "opam:0.3.0"}],
["../../../../../.esy/source/i/opam__s__zarith__opam__c__1.12__0eb91e89/",
{
name: "@opam/zarith",
reference: "opam:1.12"}],
["../../../../../.esy/source/i/opam__s__zed__opam__c__3.1.0__834d0e28/",
{
name: "@opam/zed",
reference: "opam:3.1.0"}],
["../../../../../.esy/source/i/reason_native__s__cli__0.0.1_alpha__cbdaf1ad/",
{
name: "@reason-native/cli",
reference: "0.0.1-alpha"}],
["../../../../../.esy/source/i/reason_native__s__file_context_printer__0.0.3__9dea979f/",
{
name: "@reason-native/file-context-printer",
reference: "0.0.3"}],
["../../../../../.esy/source/i/reason_native__s__pastel__0.3.0__b97c16ec/",
{
name: "@reason-native/pastel",
reference: "0.3.0"}],
["../../../../../.esy/source/i/reason_native__s__rely__3.2.1__b79e06ab/",
{
name: "@reason-native/rely",
reference: "3.2.1"}],
["../../../../../.esy/source/i/yarn_pkg_config__9829fc81/",
{
name: "yarn-pkg-config",
reference: "github:esy-ocaml/yarn-pkg-config#db3a0b63883606dd57c54a7158d560d6cba8cd79"}]]);
exports.findPackageLocator = function findPackageLocator(location) {
let relativeLocation = normalizePath(path.relative(__dirname, location));
if (!relativeLocation.match(isStrictRegExp))
relativeLocation = `./${relativeLocation}`;
if (location.match(isDirRegExp) && relativeLocation.charAt(relativeLocation.length - 1) !== '/')
relativeLocation = `${relativeLocation}/`;
let match;
if (relativeLocation.length >= 89 && relativeLocation[88] === '/')
if (match = locatorsByLocations.get(relativeLocation.substr(0, 89)))
return blacklistCheck(match);
if (relativeLocation.length >= 88 && relativeLocation[87] === '/')
if (match = locatorsByLocations.get(relativeLocation.substr(0, 88)))
return blacklistCheck(match);
if (relativeLocation.length >= 86 && relativeLocation[85] === '/')
if (match = locatorsByLocations.get(relativeLocation.substr(0, 86)))
return blacklistCheck(match);
if (relativeLocation.length >= 85 && relativeLocation[84] === '/')
if (match = locatorsByLocations.get(relativeLocation.substr(0, 85)))
return blacklistCheck(match);
if (relativeLocation.length >= 84 && relativeLocation[83] === '/')
if (match = locatorsByLocations.get(relativeLocation.substr(0, 84)))
return blacklistCheck(match);
if (relativeLocation.length >= 83 && relativeLocation[82] === '/')
if (match = locatorsByLocations.get(relativeLocation.substr(0, 83)))
return blacklistCheck(match);
if (relativeLocation.length >= 82 && relativeLocation[81] === '/')
if (match = locatorsByLocations.get(relativeLocation.substr(0, 82)))
return blacklistCheck(match);
if (relativeLocation.length >= 81 && relativeLocation[80] === '/')
if (match = locatorsByLocations.get(relativeLocation.substr(0, 81)))
return blacklistCheck(match);
if (relativeLocation.length >= 80 && relativeLocation[79] === '/')
if (match = locatorsByLocations.get(relativeLocation.substr(0, 80)))
return blacklistCheck(match);
if (relativeLocation.length >= 79 && relativeLocation[78] === '/')
if (match = locatorsByLocations.get(relativeLocation.substr(0, 79)))
return blacklistCheck(match);
if (relativeLocation.length >= 78 && relativeLocation[77] === '/')
if (match = locatorsByLocations.get(relativeLocation.substr(0, 78)))
return blacklistCheck(match);
if (relativeLocation.length >= 77 && relativeLocation[76] === '/')
if (match = locatorsByLocations.get(relativeLocation.substr(0, 77)))
return blacklistCheck(match);
if (relativeLocation.length >= 76 && relativeLocation[75] === '/')
if (match = locatorsByLocations.get(relativeLocation.substr(0, 76)))
return blacklistCheck(match);
if (relativeLocation.length >= 75 && relativeLocation[74] === '/')
if (match = locatorsByLocations.get(relativeLocation.substr(0, 75)))
return blacklistCheck(match);
if (relativeLocation.length >= 74 && relativeLocation[73] === '/')
if (match = locatorsByLocations.get(relativeLocation.substr(0, 74)))
return blacklistCheck(match);
if (relativeLocation.length >= 73 && relativeLocation[72] === '/')
if (match = locatorsByLocations.get(relativeLocation.substr(0, 73)))
return blacklistCheck(match);
if (relativeLocation.length >= 72 && relativeLocation[71] === '/')
if (match = locatorsByLocations.get(relativeLocation.substr(0, 72)))
return blacklistCheck(match);
if (relativeLocation.length >= 71 && relativeLocation[70] === '/')
if (match = locatorsByLocations.get(relativeLocation.substr(0, 71)))
return blacklistCheck(match);
if (relativeLocation.length >= 70 && relativeLocation[69] === '/')
if (match = locatorsByLocations.get(relativeLocation.substr(0, 70)))
return blacklistCheck(match);
if (relativeLocation.length >= 69 && relativeLocation[68] === '/')
if (match = locatorsByLocations.get(relativeLocation.substr(0, 69)))
return blacklistCheck(match);
if (relativeLocation.length >= 68 && relativeLocation[67] === '/')
if (match = locatorsByLocations.get(relativeLocation.substr(0, 68)))
return blacklistCheck(match);
if (relativeLocation.length >= 67 && relativeLocation[66] === '/')
if (match = locatorsByLocations.get(relativeLocation.substr(0, 67)))
return blacklistCheck(match);
if (relativeLocation.length >= 66 && relativeLocation[65] === '/')
if (match = locatorsByLocations.get(relativeLocation.substr(0, 66)))
return blacklistCheck(match);
if (relativeLocation.length >= 65 && relativeLocation[64] === '/')
if (match = locatorsByLocations.get(relativeLocation.substr(0, 65)))
return blacklistCheck(match);
if (relativeLocation.length >= 64 && relativeLocation[63] === '/')
if (match = locatorsByLocations.get(relativeLocation.substr(0, 64)))
return blacklistCheck(match);
if (relativeLocation.length >= 62 && relativeLocation[61] === '/')
if (match = locatorsByLocations.get(relativeLocation.substr(0, 62)))
return blacklistCheck(match);
if (relativeLocation.length >= 59 && relativeLocation[58] === '/')
if (match = locatorsByLocations.get(relativeLocation.substr(0, 59)))
return blacklistCheck(match);
if (relativeLocation.length >= 58 && relativeLocation[57] === '/')
if (match = locatorsByLocations.get(relativeLocation.substr(0, 58)))
return blacklistCheck(match);
if (relativeLocation.length >= 55 && relativeLocation[54] === '/')
if (match = locatorsByLocations.get(relativeLocation.substr(0, 55)))
return blacklistCheck(match);
if (relativeLocation.length >= 54 && relativeLocation[53] === '/')
if (match = locatorsByLocations.get(relativeLocation.substr(0, 54)))
return blacklistCheck(match);
if (relativeLocation.length >= 53 && relativeLocation[52] === '/')
if (match = locatorsByLocations.get(relativeLocation.substr(0, 53)))
return blacklistCheck(match);
if (relativeLocation.length >= 52 && relativeLocation[51] === '/')
if (match = locatorsByLocations.get(relativeLocation.substr(0, 52)))
return blacklistCheck(match);
if (relativeLocation.length >= 51 && relativeLocation[50] === '/')
if (match = locatorsByLocations.get(relativeLocation.substr(0, 51)))
return blacklistCheck(match);
if (relativeLocation.length >= 47 && relativeLocation[46] === '/')
if (match = locatorsByLocations.get(relativeLocation.substr(0, 47)))
return blacklistCheck(match);
if (relativeLocation.length >= 45 && relativeLocation[44] === '/')
if (match = locatorsByLocations.get(relativeLocation.substr(0, 45)))
return blacklistCheck(match);
if (relativeLocation.length >= 6 && relativeLocation[5] === '/')
if (match = locatorsByLocations.get(relativeLocation.substr(0, 6)))
return blacklistCheck(match);
return null;
};
/**
* Returns the module that should be used to resolve require calls. It's usually the direct parent, except if we're
* inside an eval expression.
*/
function getIssuerModule(parent) {
let issuer = parent;
while (issuer && (issuer.id === '[eval]' || issuer.id === '<repl>' || !issuer.filename)) {
issuer = issuer.parent;
}
return issuer;
}
/**
* Returns information about a package in a safe way (will throw if they cannot be retrieved)
*/
function getPackageInformationSafe(packageLocator) {
const packageInformation = exports.getPackageInformation(packageLocator);
if (!packageInformation) {
throw makeError(
`INTERNAL`,
`Couldn't find a matching entry in the dependency tree for the specified parent (this is probably an internal error)`
);
}
return packageInformation;
}
/**
* Implements the node resolution for folder access and extension selection
*/
function applyNodeExtensionResolution(unqualifiedPath, {extensions}) {
// We use this "infinite while" so that we can restart the process as long as we hit package folders
while (true) {
let stat;
try {
stat = statSync(unqualifiedPath);
} catch (error) {}
// If the file exists and is a file, we can stop right there
if (stat && !stat.isDirectory()) {
// If the very last component of the resolved path is a symlink to a file, we then resolve it to a file. We only
// do this first the last component, and not the rest of the path! This allows us to support the case of bin
// symlinks, where a symlink in "/xyz/pkg-name/.bin/bin-name" will point somewhere else (like "/xyz/pkg-name/index.js").
// In such a case, we want relative requires to be resolved relative to "/xyz/pkg-name/" rather than "/xyz/pkg-name/.bin/".
//
// Also note that the reason we must use readlink on the last component (instead of realpath on the whole path)
// is that we must preserve the other symlinks, in particular those used by pnp to deambiguate packages using
// peer dependencies. For example, "/xyz/.pnp/local/pnp-01234569/.bin/bin-name" should see its relative requires
// be resolved relative to "/xyz/.pnp/local/pnp-0123456789/" rather than "/xyz/pkg-with-peers/", because otherwise
// we would lose the information that would tell us what are the dependencies of pkg-with-peers relative to its
// ancestors.
if (lstatSync(unqualifiedPath).isSymbolicLink()) {
unqualifiedPath = path.normalize(path.resolve(path.dirname(unqualifiedPath), readlinkSync(unqualifiedPath)));
}
return unqualifiedPath;
}
// If the file is a directory, we must check if it contains a package.json with a "main" entry
if (stat && stat.isDirectory()) {
let pkgJson;
try {
pkgJson = JSON.parse(readFileSync(`${unqualifiedPath}/package.json`, 'utf-8'));
} catch (error) {}
let nextUnqualifiedPath;
if (pkgJson && pkgJson.main) {
nextUnqualifiedPath = path.resolve(unqualifiedPath, pkgJson.main);
}
// If the "main" field changed the path, we start again from this new location
if (nextUnqualifiedPath && nextUnqualifiedPath !== unqualifiedPath) {
const resolution = applyNodeExtensionResolution(nextUnqualifiedPath, {extensions});
if (resolution !== null) {
return resolution;
}
}
}
// Otherwise we check if we find a file that match one of the supported extensions
const qualifiedPath = extensions
.map(extension => {
return `${unqualifiedPath}${extension}`;
})
.find(candidateFile => {
return existsSync(candidateFile);
});
if (qualifiedPath) {
return qualifiedPath;
}
// Otherwise, we check if the path is a folder - in such a case, we try to use its index
if (stat && stat.isDirectory()) {
const indexPath = extensions
.map(extension => {
return `${unqualifiedPath}/index${extension}`;
})
.find(candidateFile => {
return existsSync(candidateFile);
});
if (indexPath) {
return indexPath;
}
}
// Otherwise there's nothing else we can do :(
return null;
}
}
/**
* This function creates fake modules that can be used with the _resolveFilename function.
* Ideally it would be nice to be able to avoid this, since it causes useless allocations
* and cannot be cached efficiently (we recompute the nodeModulePaths every time).
*
* Fortunately, this should only affect the fallback, and there hopefully shouldn't be a
* lot of them.
*/
function makeFakeModule(path) {
const fakeModule = new Module(path, false);
fakeModule.filename = path;
fakeModule.paths = Module._nodeModulePaths(path);
return fakeModule;
}
/**
* Normalize path to posix format.
*/
// eslint-disable-next-line no-unused-vars
function normalizePath(fsPath) {
fsPath = path.normalize(fsPath);
if (process.platform === 'win32') {
fsPath = fsPath.replace(backwardSlashRegExp, '/');
}
return fsPath;
}
/**
* Forward the resolution to the next resolver (usually the native one)
*/
function callNativeResolution(request, issuer) {
if (issuer.endsWith('/')) {
issuer += 'internal.js';
}
try {
enableNativeHooks = false;
// Since we would need to create a fake module anyway (to call _resolveLookupPath that
// would give us the paths to give to _resolveFilename), we can as well not use
// the {paths} option at all, since it internally makes _resolveFilename create another
// fake module anyway.
return Module._resolveFilename(request, makeFakeModule(issuer), false);
} finally {
enableNativeHooks = true;
}
}
/**
* This key indicates which version of the standard is implemented by this resolver. The `std` key is the
* Plug'n'Play standard, and any other key are third-party extensions. Third-party extensions are not allowed
* to override the standard, and can only offer new methods.
*
* If an new version of the Plug'n'Play standard is released and some extensions conflict with newly added
* functions, they'll just have to fix the conflicts and bump their own version number.
*/
exports.VERSIONS = {std: 1};
/**
* Useful when used together with getPackageInformation to fetch information about the top-level package.
*/
exports.topLevel = {name: null, reference: null};
/**
* Gets the package information for a given locator. Returns null if they cannot be retrieved.
*/
exports.getPackageInformation = function getPackageInformation({name, reference}) {
const packageInformationStore = packageInformationStores.get(name);
if (!packageInformationStore) {
return null;
}
const packageInformation = packageInformationStore.get(reference);
if (!packageInformation) {
return null;
}
return packageInformation;
};
/**
* Transforms a request (what's typically passed as argument to the require function) into an unqualified path.
* This path is called "unqualified" because it only changes the package name to the package location on the disk,
* which means that the end result still cannot be directly accessed (for example, it doesn't try to resolve the
* file extension, or to resolve directories to their "index.js" content). Use the "resolveUnqualified" function
* to convert them to fully-qualified paths, or just use "resolveRequest" that do both operations in one go.
*
* Note that it is extremely important that the `issuer` path ends with a forward slash if the issuer is to be
* treated as a folder (ie. "/tmp/foo/" rather than "/tmp/foo" if "foo" is a directory). Otherwise relative
* imports won't be computed correctly (they'll get resolved relative to "/tmp/" instead of "/tmp/foo/").
*/
exports.resolveToUnqualified = function resolveToUnqualified(request, issuer, {considerBuiltins = true} = {}) {
// The 'pnpapi' request is reserved and will always return the path to the PnP file, from everywhere
if (request === `pnpapi`) {
return pnpFile;
}
// Bailout if the request is a native module
if (considerBuiltins && builtinModules.has(request)) {
return null;
}
// We allow disabling the pnp resolution for some subpaths. This is because some projects, often legacy,
// contain multiple levels of dependencies (ie. a yarn.lock inside a subfolder of a yarn.lock). This is
// typically solved using workspaces, but not all of them have been converted already.
if (ignorePattern && ignorePattern.test(normalizePath(issuer))) {
const result = callNativeResolution(request, issuer);
if (result === false) {
throw makeError(
`BUILTIN_NODE_RESOLUTION_FAIL`,
`The builtin node resolution algorithm was unable to resolve the module referenced by "${request}" and requested from "${issuer}" (it didn't go through the pnp resolver because the issuer was explicitely ignored by the regexp "$$BLACKLIST")`,
{
request,
issuer
}
);
}
return result;
}
let unqualifiedPath;
// If the request is a relative or absolute path, we just return it normalized
const dependencyNameMatch = request.match(pathRegExp);
if (!dependencyNameMatch) {
if (path.isAbsolute(request)) {
unqualifiedPath = path.normalize(request);
} else if (issuer.match(isDirRegExp)) {
unqualifiedPath = path.normalize(path.resolve(issuer, request));
} else {
unqualifiedPath = path.normalize(path.resolve(path.dirname(issuer), request));
}
}
// Things are more hairy if it's a package require - we then need to figure out which package is needed, and in
// particular the exact version for the given location on the dependency tree
if (dependencyNameMatch) {
const [, dependencyName, subPath] = dependencyNameMatch;
const issuerLocator = exports.findPackageLocator(issuer);
// If the issuer file doesn't seem to be owned by a package managed through pnp, then we resort to using the next
// resolution algorithm in the chain, usually the native Node resolution one
if (!issuerLocator) {
const result = callNativeResolution(request, issuer);
if (result === false) {
throw makeError(
`BUILTIN_NODE_RESOLUTION_FAIL`,
`The builtin node resolution algorithm was unable to resolve the module referenced by "${request}" and requested from "${issuer}" (it didn't go through the pnp resolver because the issuer doesn't seem to be part of the Yarn-managed dependency tree)`,
{
request,
issuer
},
);
}
return result;
}
const issuerInformation = getPackageInformationSafe(issuerLocator);
// We obtain the dependency reference in regard to the package that request it
let dependencyReference = issuerInformation.packageDependencies.get(dependencyName);
// If we can't find it, we check if we can potentially load it from the packages that have been defined as potential fallbacks.
// It's a bit of a hack, but it improves compatibility with the existing Node ecosystem. Hopefully we should eventually be able
// to kill this logic and become stricter once pnp gets enough traction and the affected packages fix themselves.
if (issuerLocator !== topLevelLocator) {
for (let t = 0, T = fallbackLocators.length; dependencyReference === undefined && t < T; ++t) {
const fallbackInformation = getPackageInformationSafe(fallbackLocators[t]);
dependencyReference = fallbackInformation.packageDependencies.get(dependencyName);
}
}
// If we can't find the path, and if the package making the request is the top-level, we can offer nicer error messages
if (!dependencyReference) {
if (dependencyReference === null) {
if (issuerLocator === topLevelLocator) {
throw makeError(
`MISSING_PEER_DEPENDENCY`,
`You seem to be requiring a peer dependency ("${dependencyName}"), but it is not installed (which might be because you're the top-level package)`,
{request, issuer, dependencyName},
);
} else {
throw makeError(
`MISSING_PEER_DEPENDENCY`,
`Package "${issuerLocator.name}@${issuerLocator.reference}" is trying to access a peer dependency ("${dependencyName}") that should be provided by its direct ancestor but isn't`,
{request, issuer, issuerLocator: Object.assign({}, issuerLocator), dependencyName},
);
}
} else {
if (issuerLocator === topLevelLocator) {
throw makeError(
`UNDECLARED_DEPENDENCY`,
`You cannot require a package ("${dependencyName}") that is not declared in your dependencies (via "${issuer}")`,
{request, issuer, dependencyName},
);
} else {
const candidates = Array.from(issuerInformation.packageDependencies.keys());
throw makeError(
`UNDECLARED_DEPENDENCY`,
`Package "${issuerLocator.name}@${issuerLocator.reference}" (via "${issuer}") is trying to require the package "${dependencyName}" (via "${request}") without it being listed in its dependencies (${candidates.join(
`, `,
)})`,
{request, issuer, issuerLocator: Object.assign({}, issuerLocator), dependencyName, candidates},
);
}
}
}
// We need to check that the package exists on the filesystem, because it might not have been installed
const dependencyLocator = {name: dependencyName, reference: dependencyReference};
const dependencyInformation = exports.getPackageInformation(dependencyLocator);
const dependencyLocation = path.resolve(__dirname, dependencyInformation.packageLocation);
if (!dependencyLocation) {
throw makeError(
`MISSING_DEPENDENCY`,
`Package "${dependencyLocator.name}@${dependencyLocator.reference}" is a valid dependency, but hasn't been installed and thus cannot be required (it might be caused if you install a partial tree, such as on production environments)`,
{request, issuer, dependencyLocator: Object.assign({}, dependencyLocator)},
);
}
// Now that we know which package we should resolve to, we only have to find out the file location
if (subPath) {
unqualifiedPath = path.resolve(dependencyLocation, subPath);
} else {
unqualifiedPath = dependencyLocation;
}
}
return path.normalize(unqualifiedPath);
};
/**
* Transforms an unqualified path into a qualified path by using the Node resolution algorithm (which automatically
* appends ".js" / ".json", and transforms directory accesses into "index.js").
*/
exports.resolveUnqualified = function resolveUnqualified(
unqualifiedPath,
{extensions = Object.keys(Module._extensions)} = {},
) {
const qualifiedPath = applyNodeExtensionResolution(unqualifiedPath, {extensions});
if (qualifiedPath) {
return path.normalize(qualifiedPath);
} else {
throw makeError(
`QUALIFIED_PATH_RESOLUTION_FAILED`,
`Couldn't find a suitable Node resolution for unqualified path "${unqualifiedPath}"`,
{unqualifiedPath},
);
}
};
/**
* Transforms a request into a fully qualified path.
*
* Note that it is extremely important that the `issuer` path ends with a forward slash if the issuer is to be
* treated as a folder (ie. "/tmp/foo/" rather than "/tmp/foo" if "foo" is a directory). Otherwise relative
* imports won't be computed correctly (they'll get resolved relative to "/tmp/" instead of "/tmp/foo/").
*/
exports.resolveRequest = function resolveRequest(request, issuer, {considerBuiltins, extensions} = {}) {
let unqualifiedPath;
try {
unqualifiedPath = exports.resolveToUnqualified(request, issuer, {considerBuiltins});
} catch (originalError) {
// If we get a BUILTIN_NODE_RESOLUTION_FAIL error there, it means that we've had to use the builtin node
// resolution, which usually shouldn't happen. It might be because the user is trying to require something
// from a path loaded through a symlink (which is not possible, because we need something normalized to
// figure out which package is making the require call), so we try to make the same request using a fully
// resolved issuer and throws a better and more actionable error if it works.
if (originalError.code === `BUILTIN_NODE_RESOLUTION_FAIL`) {
let realIssuer;
try {
realIssuer = realpathSync(issuer);
} catch (error) {}
if (realIssuer) {
if (issuer.endsWith(`/`)) {
realIssuer = realIssuer.replace(/\/?$/, `/`);
}
try {
exports.resolveToUnqualified(request, realIssuer, {extensions});
} catch (error) {
// If an error was thrown, the problem doesn't seem to come from a path not being normalized, so we
// can just throw the original error which was legit.
throw originalError;
}
// If we reach this stage, it means that resolveToUnqualified didn't fail when using the fully resolved
// file path, which is very likely caused by a module being invoked through Node with a path not being
// correctly normalized (ie you should use "node $(realpath script.js)" instead of "node script.js").
throw makeError(
`SYMLINKED_PATH_DETECTED`,
`A pnp module ("${request}") has been required from what seems to be a symlinked path ("${issuer}"). This is not possible, you must ensure that your modules are invoked through their fully resolved path on the filesystem (in this case "${realIssuer}").`,
{
request,
issuer,
realIssuer
},
);
}
}
throw originalError;
}
if (unqualifiedPath === null) {
return null;
}
try {
return exports.resolveUnqualified(unqualifiedPath);
} catch (resolutionError) {
if (resolutionError.code === 'QUALIFIED_PATH_RESOLUTION_FAILED') {
Object.assign(resolutionError.data, {request, issuer});
}
throw resolutionError;
}
};
/**
* Setups the hook into the Node environment.
*
* From this point on, any call to `require()` will go through the "resolveRequest" function, and the result will
* be used as path of the file to load.
*/
exports.setup = function setup() {
// A small note: we don't replace the cache here (and instead use the native one). This is an effort to not
// break code similar to "delete require.cache[require.resolve(FOO)]", where FOO is a package located outside
// of the Yarn dependency tree. In this case, we defer the load to the native loader. If we were to replace the
// cache by our own, the native loader would populate its own cache, which wouldn't be exposed anymore, so the
// delete call would be broken.
const originalModuleLoad = Module._load;
Module._load = function(request, parent, isMain) {
if (!enableNativeHooks) {
return originalModuleLoad.call(Module, request, parent, isMain);
}
// Builtins are managed by the regular Node loader
if (builtinModules.has(request)) {
try {
enableNativeHooks = false;
return originalModuleLoad.call(Module, request, parent, isMain);
} finally {
enableNativeHooks = true;
}
}
// The 'pnpapi' name is reserved to return the PnP api currently in use by the program
if (request === `pnpapi`) {
return pnpModule.exports;
}
// Request `Module._resolveFilename` (ie. `resolveRequest`) to tell us which file we should load
const modulePath = Module._resolveFilename(request, parent, isMain);
// Check if the module has already been created for the given file
const cacheEntry = Module._cache[modulePath];
if (cacheEntry) {
return cacheEntry.exports;
}
// Create a new module and store it into the cache
const module = new Module(modulePath, parent);
Module._cache[modulePath] = module;
// The main module is exposed as global variable
if (isMain) {
process.mainModule = module;
module.id = '.';
}
// Try to load the module, and remove it from the cache if it fails
let hasThrown = true;
try {
module.load(modulePath);
hasThrown = false;
} finally {
if (hasThrown) {
delete Module._cache[modulePath];
}
}
// Some modules might have to be patched for compatibility purposes
if (patchedModules.has(request)) {
module.exports = patchedModules.get(request)(module.exports);
}
return module.exports;
};
const originalModuleResolveFilename = Module._resolveFilename;
Module._resolveFilename = function(request, parent, isMain, options) {
if (!enableNativeHooks) {
return originalModuleResolveFilename.call(Module, request, parent, isMain, options);
}
const issuerModule = getIssuerModule(parent);
const issuer = issuerModule ? issuerModule.filename : process.cwd() + '/';
const resolution = exports.resolveRequest(request, issuer);
return resolution !== null ? resolution : request;
};
const originalFindPath = Module._findPath;
Module._findPath = function(request, paths, isMain) {
if (!enableNativeHooks) {
return originalFindPath.call(Module, request, paths, isMain);
}
for (const path of paths || []) {
let resolution;
try {
resolution = exports.resolveRequest(request, path);
} catch (error) {
continue;
}
if (resolution) {
return resolution;
}
}
return false;
};
process.versions.pnp = String(exports.VERSIONS.std);
if (process.env.ESY__NODE_BIN_PATH != null) {
const delimiter = require('path').delimiter;
process.env.PATH = `${process.env.ESY__NODE_BIN_PATH}${delimiter}${process.env.PATH}`;
}
};
exports.setupCompatibilityLayer = () => {
// see https://github.com/browserify/resolve/blob/master/lib/caller.js
const getCaller = () => {
const origPrepareStackTrace = Error.prepareStackTrace;
Error.prepareStackTrace = (_, stack) => stack;
const stack = new Error().stack;
Error.prepareStackTrace = origPrepareStackTrace;
return stack[2].getFileName();
};
// ESLint currently doesn't have any portable way for shared configs to specify their own
// plugins that should be used (https://github.com/eslint/eslint/issues/10125). This will
// likely get fixed at some point, but it'll take time and in the meantime we'll just add
// additional fallback entries for common shared configs.
for (const name of [`react-scripts`]) {
const packageInformationStore = packageInformationStores.get(name);
if (packageInformationStore) {
for (const reference of packageInformationStore.keys()) {
fallbackLocators.push({name, reference});
}
}
}
// We need to shim the "resolve" module, because Liftoff uses it in order to find the location
// of the module in the dependency tree. And Liftoff is used to power Gulp, which doesn't work
// at all unless modulePath is set, which we cannot configure from any other way than through
// the Liftoff pipeline (the key isn't whitelisted for env or cli options).
patchedModules.set(/^resolve$/, realResolve => {
const mustBeShimmed = caller => {
const callerLocator = exports.findPackageLocator(caller);
return callerLocator && callerLocator.name === 'liftoff';
};
const attachCallerToOptions = (caller, options) => {
if (!options.basedir) {
options.basedir = path.dirname(caller);
}
};
const resolveSyncShim = (request, {basedir}) => {
return exports.resolveRequest(request, basedir, {
considerBuiltins: false,
});
};
const resolveShim = (request, options, callback) => {
setImmediate(() => {
let error;
let result;
try {
result = resolveSyncShim(request, options);
} catch (thrown) {
error = thrown;
}
callback(error, result);
});
};
return Object.assign(
(request, options, callback) => {
if (typeof options === 'function') {
callback = options;
options = {};
} else if (!options) {
options = {};
}
const caller = getCaller();
attachCallerToOptions(caller, options);
if (mustBeShimmed(caller)) {
return resolveShim(request, options, callback);
} else {
return realResolve.sync(request, options, callback);
}
},
{
sync: (request, options) => {
if (!options) {
options = {};
}
const caller = getCaller();
attachCallerToOptions(caller, options);
if (mustBeShimmed(caller)) {
return resolveSyncShim(request, options);
} else {
return realResolve.sync(request, options);
}
},
isCore: request => {
return realResolve.isCore(request);
}
}
);
});
};
if (module.parent && module.parent.id === 'internal/preload') {
exports.setupCompatibilityLayer();
exports.setup();
}
if (process.mainModule === module) {
exports.setupCompatibilityLayer();
const reportError = (code, message, data) => {
process.stdout.write(`${JSON.stringify([{code, message, data}, null])}\n`);
};
const reportSuccess = resolution => {
process.stdout.write(`${JSON.stringify([null, resolution])}\n`);
};
const processResolution = (request, issuer) => {
try {
reportSuccess(exports.resolveRequest(request, issuer));
} catch (error) {
reportError(error.code, error.message, error.data);
}
};
const processRequest = data => {
try {
const [request, issuer] = JSON.parse(data);
processResolution(request, issuer);
} catch (error) {
reportError(`INVALID_JSON`, error.message, error.data);
}
};
if (process.argv.length > 2) {
if (process.argv.length !== 4) {
process.stderr.write(`Usage: ${process.argv[0]} ${process.argv[1]} <request> <issuer>\n`);
process.exitCode = 64; /* EX_USAGE */
} else {
processResolution(process.argv[2], process.argv[3]);
}
} else {
let buffer = '';
const decoder = new StringDecoder.StringDecoder();
process.stdin.on('data', chunk => {
buffer += decoder.write(chunk);
do {
const index = buffer.indexOf('\n');
if (index === -1) {
break;
}
const line = buffer.slice(0, index);
buffer = buffer.slice(index + 1);
processRequest(line);
} while (true);
});
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment