Module Values.RuntimeSource

Sourcetype nonrec t =
  1. | Nodejs
  2. | Nodejs4_3
  3. | Nodejs6_10
  4. | Nodejs8_10
  5. | Nodejs10_x
  6. | Nodejs12_x
  7. | Nodejs14_x
  8. | Nodejs16_x
  9. | Java8
  10. | Java8_al2
  11. | Java11
  12. | Python2_7
  13. | Python3_6
  14. | Python3_7
  15. | Python3_8
  16. | Python3_9
  17. | Dotnetcore1_0
  18. | Dotnetcore2_0
  19. | Dotnetcore2_1
  20. | Dotnetcore3_1
  21. | Dotnet6
  22. | Dotnet8
  23. | Nodejs4_3_edge
  24. | Go1_x
  25. | Ruby2_5
  26. | Ruby2_7
  27. | Provided
  28. | Provided_al2
  29. | Nodejs18_x
  30. | Python3_10
  31. | Java17
  32. | Ruby3_2
  33. | Ruby3_3
  34. | Ruby3_4
  35. | Python3_11
  36. | Nodejs20_x
  37. | Provided_al2023
  38. | Python3_12
  39. | Java21
  40. | Python3_13
  41. | Nodejs22_x
  42. | Nodejs24_x
  43. | Python3_14
  44. | Java25
  45. | Dotnet10
  46. | Ruby4_0
  47. | Non_static_id of string
Sourceval make : 'a -> 'a
Sourceval to_string : t -> string
Sourceval of_string : string -> t
Sourceval to_value : t -> [> `Enum of string ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval to_header : t -> string
Sourceval of_xml : ('a Xmlm.frag as 'a) Xmlm.frag -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t