We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trakeva_of_uri
dynlink://blabla.cmx
ocamlfind://package_name
The text was updated successfully, but these errors were encountered:
In order to implement this, wouldn't whatever was loaded have to export a signature that included val uri: string to match against here?
val uri: string
Perhaps it would be neater to just add this field to KEY_VALUE_STORE?
Sorry, something went wrong.
I was thing more of a functino in Trakeva_of_uri for plugins to register the URI scheme(s) they “catch”
Like here: https://github.com/hammerlab/ketrew/blob/master/src/lib/plugin.mli#L30
So would load then iteratively ask each plugin if it accepts the given URI our would the plugin tell Trakeva_of_uri what prefix to match against?
load
URI
I think T_of_uri would maintain that list of URI schemes, List.find the 1st-class module and use it.
T_of_uri
List.find
No branches or pull requests
dynlink://blabla.cmx
ocamlfind://package_name
The text was updated successfully, but these errors were encountered: