I want to put arbitrary fields that point to arbitrary strings in my .opam file without installs failing. Is this possible? Can it be made into json?
Worst case I suppose in the description field I can insert a .json files as a string if I want…sounds hacky.
For json worst case I suppose one can always loop through each like and the NAME is the key and → is the value. A tool that does this for me or a paraser for opam files that exists already would be nice.