package dune

  1. Overview
  2. Docs
Fast, portable, and opinionated build system

Install

Dune Dependency

Authors

Maintainers

Sources

fiber-3.1.1.tbz
sha256=02484454ab1b998840c7873509ec6b2301eb92662c132ef8f5f4f569b35a6b60
sha512=c92199924af75f801d264d3b3e98497757c9932d8e03fa100fca2df16315b87d595a3e0cbbc3ce9b8d86adb2a8b6d3a7cef0f88c7654f15f6b6a4d10d523fad1

Description

dune is a build system that was designed to simplify the release of Jane Street packages. It reads metadata from "dune" files following a very simple s-expression syntax.

dune is fast, has very low-overhead, and supports parallel builds on all platforms. It has no system dependencies; all you need to build dune or packages using dune is OCaml. You don't need make or bash as long as the packages themselves don't use bash explicitly.

dune supports multi-package development by simply dropping multiple repositories into the same directory.

It also supports multi-context builds, such as building against several opam roots/switches simultaneously. This helps maintaining packages across several versions of OCaml and gives cross-compilation for free.

Published: 20 Apr 2022

README

Dune - A Composable Build System

Dune is a build system designed for OCaml/Reason projects only. It focuses on providing the user with a consistent experience and takes care of most low-level details of OCaml compilations. It's merely necessary to provide a description of your project, and Dune will do the rest.

It implements a scheme that's inspired from the one used inside Jane Street and adapted to the open source world. It has matured over a long time and is used daily by hundreds of developers, meaning it's highly tested and productive.

Dune comes with a manual. If you want to get started without reading too much, look at the quick start guide or watch this introduction video.

The example directory contains examples of projects using dune.

Overview

Dune reads project metadata from dune files, which are either static files in a simple S-expression syntax or OCaml scripts. It uses this information to setup build rules, generate configuration files for development tools such as Merlin, handle installation, etc.

Dune itself is fast, has very low overhead, and supports parallel builds on all platforms. It has no system dependencies. OCaml is all you need to build Dune and packages using Dune. You don't need make or bash, as long as the packages themselves don't use bash explicitly.

In particular, one can install OCaml on Windows with a binary installer and then use only the Windows Console to build Dune and packages using Dune.

Strengths

Composable

Take n repositories that use Dune and arrange them in any way on the file system. The result is still a single repository that Dune knows how to build at once.

This make simultaneous development on multiple packages trivial.

Gracefully Handles Multi-Package Repositories

Dune knows how to handle repositories containing several packages. When building via Opam, it is able to correctly use libraries that were previously installed, even if they are already present in the source tree.

The magic invocation is:

$ dune build --only-packages <package-name> @install

Building Against Several Configurations at Once

Dune can build a given source code repository against several configurations simultaneously. This helps maintaining packages across several versions of OCaml, as you can test them all at once without hassle.

In particular, this makes it easy to handle cross-compilation.

This feature requires Opam.

Requirements

Dune requires OCaml version 4.08.0 to build itself and can build OCaml projects using OCaml 4.02.3 or greater.

Installation

We recommended installing Dune via the Opam package manager:

$ opam install dune

If you are new to Opam, make sure to run eval $(opam config env) to make dune available in your PATH. The dune binary is self-contained and relocatable, so you can safely copy it somewhere else to make it permanently available.

You can also build it manually with:

$ make release
$ make install

If you do not have make, you can do the following:

$ ocaml bootstrap.ml
$ ./dune.exe build -p dune --profile dune-bootstrap
$ ./dune.exe install dune

The first command builds the dune.exe binary. The second builds the additional files installed by Dune, such as the man pages, and the last simply installs all of that on the system.

Please note: unless you ran the optional ./configure script, you can simply copy dune.exe anywhere and it will just work. dune is fully relocatable and discovers its environment at runtime rather than hard-coding it at compilation time.

Support

If you have questions about Dune, you can send an email to ocaml-core@googlegroups.com or open a ticket on GitHub.

Migration from Jbuilder

Dune was formerly known as Jbuilder. Migration from Jbuilder to Dune is described in the manual.

Status

Dune is fairly stable and used by the majority of packages on Opam. Note that Dune retains backward compatibility with Jbuilder, and in particular, existing Jbuilder projects will continue to be buildable with Dune.

Dependencies (5)

  1. base-threads
  2. base-unix
  3. ocamlfind-secondary
  4. ocaml >= "4.02" & < "4.08~~"
  5. ocaml >= "4.08" & < "5.0"

Dev Dependencies

None

  1. 0install >= "2.15.1"
  2. 0install-gtk
  3. 0install-solver
  4. ANSITerminal >= "0.8.1"
  5. aarch64-esperanto >= "0.0.6"
  6. absolute
  7. abstract_algebra < "v0.17.0"
  8. accessor < "v0.17.0"
  9. accessor_async < "v0.17.0"
  10. accessor_base < "v0.17.0"
  11. accessor_core < "v0.17.0"
  12. acgtk >= "1.4.0" & < "2.0.0"
  13. aches
  14. aches-lwt
  15. acp4
  16. acpc >= "2.0.0"
  17. adelfa
  18. advi
  19. afl-persistent >= "1.4"
  20. agrid
  21. ahrocksdb
  22. aifad >= "2.2.1"
  23. alba >= "0.4.1"
  24. albatross
  25. alcotest >= "0.8.5"
  26. alcotest-async >= "0.8.5"
  27. alcotest-js
  28. alcotest-lwt >= "0.8.5"
  29. alcotest-mirage
  30. alg_structs
  31. alg_structs_qcheck
  32. algaeff
  33. alonzo
  34. alsa >= "0.3.0"
  35. alt-ergo >= "2.3.0" & < "2.6.0"
  36. alt-ergo-free >= "2.3.3.dune3"
  37. alt-ergo-lib >= "2.4.2" & < "2.6.0"
  38. alt-ergo-lib-free >= "2.3.3.dune3"
  39. alt-ergo-parsers < "2.6.0"
  40. alt-ergo-parsers-free
  41. alt-ergo-plugin-ab-why3 < "2.6.0"
  42. altgr-ergo >= "2.3.0"
  43. amf >= "0.1.2"
  44. amqp-client >= "2.0.3"
  45. amqp-client-async >= "2.0.3"
  46. amqp-client-lwt >= "2.0.3"
  47. anders
  48. angstrom >= "0.11.1"
  49. angstrom-async >= "0.11.1"
  50. angstrom-lwt-unix >= "0.11.1"
  51. angstrom-unix >= "0.11.1"
  52. ansi < "0.6.0"
  53. ansi-parse >= "0.4.0"
  54. anthill
  55. ao >= "0.2.2"
  56. api-watch
  57. apronext
  58. archetype
  59. archi
  60. archi-async
  61. archi-lwt
  62. arg-complete
  63. argon2 >= "1.0.0"
  64. arp >= "1.0.0"
  65. arp-mirage
  66. art
  67. asai
  68. asak
  69. ask
  70. ask-integrator
  71. asli >= "0.2.0"
  72. asn1-combinators >= "0.2.2"
  73. async >= "v0.12.0" & < "v0.17.0"
  74. async-uri < "0.4.0"
  75. async_durable >= "v0.12.0" & < "v0.17.0"
  76. async_extra >= "v0.12.0" & < "v0.17.0"
  77. async_find >= "v0.12.0" & < "v0.17.0"
  78. async_graphics >= "0.7.0"
  79. async_inotify >= "v0.12.0" & < "v0.17.0"
  80. async_interactive >= "v0.12.0" & < "v0.17.0"
  81. async_js >= "v0.12.0" & < "v0.17.0"
  82. async_kernel >= "v0.12.0" & < "v0.17.0"
  83. async_rpc_kernel >= "v0.12.0" & < "v0.17.0"
  84. async_rpc_websocket < "v0.17.0"
  85. async_sendfile >= "v0.12.0" & < "v0.17.0"
  86. async_shell >= "v0.12.0" & < "v0.17.0"
  87. async_smtp >= "v0.12.0" & < "v0.17.0"
  88. async_ssl >= "v0.12.0" & < "v0.17.0"
  89. async_udp < "v0.17.0"
  90. async_unix >= "v0.12.0" & < "v0.17.0"
  91. async_websocket < "v0.17.0"
  92. atable
  93. atd >= "2.2.1"
  94. atdd
  95. atdgen >= "2.2.1"
  96. atdgen-codec-runtime
  97. atdgen-runtime >= "2.2.1"
  98. atdj >= "2.2.1" & < "20151001.01"
  99. atdpy
  100. atds
  101. atdts
  102. atomic < "base"
  103. autofonce
  104. autofonce_config
  105. autofonce_core
  106. autofonce_lib
  107. autofonce_m4
  108. autofonce_misc
  109. autofonce_patch
  110. autofonce_share
  111. avro
  112. avro-compiler
  113. awa
  114. awa-lwt
  115. awa-mirage
  116. aws >= "1.2"
  117. aws-async
  118. aws-autoscaling >= "1.2"
  119. aws-cloudformation >= "1.2"
  120. aws-cloudtrail >= "1.2"
  121. aws-cloudwatch
  122. aws-config
  123. aws-ec2 >= "1.2"
  124. aws-elasticache
  125. aws-elasticloadbalancing >= "1.2"
  126. aws-lwt
  127. aws-rds
  128. aws-route53
  129. aws-s3 >= "4.0.0"
  130. aws-s3-async >= "4.0.0"
  131. aws-s3-lwt >= "4.0.0"
  132. aws-sdb >= "1.2"
  133. aws-sqs
  134. aws-ssm >= "1.2"
  135. aws-sts >= "1.2"
  136. azblob
  137. azblob-async
  138. azure-cosmos-db
  139. babel < "v0.17.0"
  140. bag
  141. baguette_sharp
  142. bare_encoding
  143. bark
  144. base >= "v0.12.0" & < "v0.17.0"
  145. base32
  146. base64 >= "2.3.0"
  147. base_bigstring < "v0.17.0"
  148. base_quickcheck >= "v0.12.1" & < "v0.17.0"
  149. base_trie < "v0.17.0"
  150. bastet
  151. bastet_async
  152. bastet_lwt
  153. batch_jaro_winkler
  154. batsat
  155. batteries >= "3.7.1"
  156. bddrand
  157. bech32
  158. bechamel
  159. bechamel-js
  160. bechamel-notty
  161. bechamel-perf
  162. beluga = "1.0"
  163. benchmark >= "1.6"
  164. benchpress
  165. benchpress-server
  166. bencode >= "2.0"
  167. bentov
  168. bestline
  169. bheap >= "2.0.0"
  170. bidirectional_map < "v0.17.0"
  171. bigarray-compat
  172. bigarray-overlap
  173. bigdecimal < "v0.17.0"
  174. bignum >= "v0.12.0" & < "v0.17.0"
  175. bigstring >= "0.3"
  176. bigstring-unix >= "0.3"
  177. bigstringaf >= "0.5.0"
  178. bimage
  179. bimage-display
  180. bimage-gtk
  181. bimage-io
  182. bimage-lwt
  183. bimage-sdl
  184. bimage-unix
  185. bimap
  186. bin_prot >= "v0.12.0" & < "v0.17.0"
  187. binaryen != "0.3.0" & < "0.14.0" | >= "0.17.1"
  188. binaryen_dsl
  189. bindlib >= "6.0.0"
  190. biniou >= "1.2.1"
  191. binning
  192. binsec >= "0.4.0"
  193. bio_io < "0.5.1"
  194. biocaml >= "0.9.0"
  195. biotk < "0.3"
  196. bisect_ppx >= "1.4.0"
  197. bistro >= "0.5.0"
  198. bistro-bio
  199. bitcoin >= "3.0"
  200. bitcoin-cohttp-async
  201. bitcoin-cohttp-lwt
  202. bitcoin-ocurl
  203. bitcoinml >= "0.4.1"
  204. bitlib
  205. bitmasks >= "1.2.0"
  206. bitpack_serializer
  207. bitstring >= "3.1.1"
  208. bitv >= "1.4"
  209. bitwuzla
  210. bitwuzla-bin < "1.0.0"
  211. bitwuzla-c
  212. bjack >= "0.1.6"
  213. blake3
  214. bloomf
  215. bls12-381 < "19.0"
  216. bls12-381-gen
  217. bls12-381-hash
  218. bls12-381-js
  219. bls12-381-js-gen
  220. bls12-381-legacy
  221. bls12-381-signature
  222. bls12-381-unix
  223. bnfgen
  224. bogue
  225. bogue-tutorials < "0.2.0"
  226. boltzgen
  227. bonsai < "v0.17.0"
  228. boulangerie
  229. box
  230. brr-lwd
  231. bson2
  232. bst >= "7.0.1"
  233. buffer-pool
  234. build_path_prefix_map >= "0.3"
  235. builder
  236. builder-web
  237. bun >= "0.3.4"
  238. bwd
  239. bwrap
  240. bytearray >= "1.0.1"
  241. bytebuffer
  242. bytepdf
  243. bz2
  244. ca-certs
  245. ca-certs-nss
  246. cactus
  247. cairn
  248. cairo2 >= "0.6"
  249. cairo2-gtk
  250. cairo2-pango
  251. caisar < "0.2.1"
  252. caisar-ir
  253. caisar-nnet
  254. caisar-onnx
  255. caisar-ovo
  256. caisar-xgboost
  257. calculon >= "0.4"
  258. calculon-redis
  259. calculon-redis-lib
  260. calculon-web >= "0.4"
  261. caldav < "0.2.2"
  262. calendar >= "3.0.0"
  263. calendars
  264. calipso
  265. calli
  266. callipyge >= "0.2"
  267. camelot
  268. camels
  269. camelsnakekebab
  270. camlimages >= "5.0.2" & < "5.0.5"
  271. camlix
  272. camlon >= "3.1.0"
  273. camlp-streams
  274. camlrack
  275. camltc >= "0.9.8"
  276. camomile = "1.0.2"
  277. camyll
  278. canary
  279. capnp >= "3.5.0"
  280. capnp-rpc >= "0.3.2"
  281. capnp-rpc-lwt >= "0.3.2"
  282. capnp-rpc-mirage >= "0.3.2"
  283. capnp-rpc-net
  284. capnp-rpc-unix >= "0.3.2"
  285. caqti >= "1.0.0" & < "2.1.1"
  286. caqti-async >= "1.0.0" & < "2.1.1"
  287. caqti-driver-mariadb >= "1.0.0" & < "2.1.1"
  288. caqti-driver-pgx < "2.1.1"
  289. caqti-driver-postgresql >= "1.0.0" & < "2.1.1"
  290. caqti-driver-sqlite3 >= "1.0.0" & < "2.1.1"
  291. caqti-dynload >= "1.0.0"
  292. caqti-eio < "2.1.1"
  293. caqti-lwt >= "1.0.0" & < "2.1.1"
  294. caqti-mirage < "2.1.1"
  295. caqti-type-calendar >= "1.0.0"
  296. carbon
  297. carray
  298. carton
  299. carton-git
  300. carton-lwt
  301. catala < "0.9.0"
  302. catapult
  303. catapult-client
  304. catapult-daemon
  305. catapult-file
  306. catapult-sqlite
  307. cbor >= "0.3"
  308. ccbg
  309. cconv >= "0.5"
  310. cconv-ppx
  311. cdb
  312. cdrom >= "0.9.4"
  313. ceph
  314. certify >= "0.3.0"
  315. cf
  316. cf-lwt
  317. cfg >= "2.2.0"
  318. cfml
  319. cfstream >= "1.3.1"
  320. chacha
  321. chamelon
  322. chamelon-unix
  323. charInfo_width
  324. charrua
  325. charrua-client >= "0.11.2"
  326. charrua-client-lwt >= "0.11.2"
  327. charrua-client-mirage >= "0.11.2"
  328. charrua-core >= "0.11.2"
  329. charrua-server
  330. charrua-unix >= "0.11.2"
  331. charset
  332. chartjs
  333. chartjs-annotation
  334. chartjs-colorschemes
  335. chartjs-datalabels
  336. chartjs-streaming
  337. chase
  338. checkseum = "0.0.3" | >= "0.2.1"
  339. choice >= "0.4"
  340. cinaps >= "v0.12.0"
  341. clangml >= "4.0.0"
  342. clangml-transforms >= "0.24"
  343. clap >= "0.2.0"
  344. clarity >= "0.4.0"
  345. clarity-lang
  346. class_group_vdf != "0.0.4"
  347. clim
  348. clim-ppx
  349. climate
  350. clp_operations
  351. clz
  352. cmarker
  353. cmdliner-stdlib
  354. cmon
  355. codept >= "0.10.3"
  356. cohttp >= "1.1.1"
  357. cohttp-async >= "1.1.1"
  358. cohttp-curl
  359. cohttp-curl-async
  360. cohttp-curl-lwt
  361. cohttp-eio
  362. cohttp-lwt >= "1.1.1"
  363. cohttp-lwt-jsoo >= "1.1.1"
  364. cohttp-lwt-unix >= "1.1.1"
  365. cohttp-lwt-unix-nossl
  366. cohttp-lwt-unix-ssl
  367. cohttp-mirage >= "1.1.1"
  368. cohttp-server-lwt-unix
  369. cohttp-top >= "1.1.1"
  370. cohttp_async_websocket < "v0.17.0"
  371. cohttp_static_handler < "v0.17.0"
  372. coin >= "0.1.1"
  373. colibri2
  374. colibrics
  375. colibrilib
  376. colombe
  377. color >= "0.2.0"
  378. color-brewery
  379. combinat
  380. comby
  381. comby-kernel
  382. comby-semantic
  383. command_rpc >= "v0.12.0" & < "v0.17.0"
  384. conan
  385. conan-cli
  386. conan-database
  387. conan-lwt
  388. conan-unix
  389. conduit >= "1.3.0"
  390. conduit-async >= "1.3.0"
  391. conduit-async-ssl
  392. conduit-async-tls
  393. conduit-lwt >= "1.3.0"
  394. conduit-lwt-ssl
  395. conduit-lwt-tls
  396. conduit-lwt-unix >= "1.3.0"
  397. conduit-mirage
  398. conduit-tls
  399. conex >= "0.10.0"
  400. conex-mirage-crypto
  401. conex-nocrypto
  402. confero
  403. config-file >= "1.2.1"
  404. conformist
  405. containers >= "2.4"
  406. containers-data
  407. containers-thread
  408. content_security_policy < "v0.17.0"
  409. cookie
  410. cookies
  411. coq >= "8.14.0" & < "8.20.0"
  412. coq-core < "8.20.0"
  413. coq-lsp < "0.1.1+v8.16"
  414. coq-of-ocaml >= "2.4.1"
  415. coq-serapi >= "8.9.0+0.6.0"
  416. coq-stdlib < "8.20.0"
  417. coqide >= "8.14.0" & < "8.20.0"
  418. coqide-server < "8.20.0"
  419. core >= "v0.12.0" & < "v0.17.0"
  420. core-and-more
  421. core_bench >= "v0.12.0" & < "v0.17.0"
  422. core_compat
  423. core_extended >= "v0.12.0" & < "v0.17.0"
  424. core_kernel >= "v0.12.3" & < "v0.17.0"
  425. core_profiler >= "v0.12.0" & < "v0.17.0"
  426. core_unix < "v0.17.0"
  427. cosovo
  428. cow >= "2.4.0"
  429. cowabloga >= "0.5.0"
  430. cpm >= "12.1.2"
  431. cppo >= "1.6.6"
  432. cppo_ocamlbuild >= "1.6.6"
  433. cps_toolbox
  434. cpu
  435. cpuid >= "0.1.2"
  436. crc >= "2.1.0"
  437. crlibm >= "0.3"
  438. crontab
  439. crowbar >= "0.2"
  440. crunch >= "2.2.0"
  441. cry >= "0.6.5"
  442. cryptokit >= "1.16.1"
  443. csexp < "1.5.2"
  444. css
  445. css-parser
  446. cstruct >= "3.3.0"
  447. cstruct-async >= "3.3.0"
  448. cstruct-lwt >= "3.3.0"
  449. cstruct-sexp
  450. cstruct-unix >= "3.3.0"
  451. csv >= "2.2"
  452. csv-lwt >= "2.1"
  453. csvfields >= "v0.12.0" & < "v0.17.0"
  454. csvtool
  455. ctoxml
  456. ctypes >= "0.21.1"
  457. ctypes-foreign >= "0.21.1"
  458. ctypes-zarith
  459. ctypes_stubs_js
  460. cudf >= "0.10"
  461. cuid >= "0.2"
  462. cumulus
  463. curly >= "0.2.0"
  464. current < "0.6.4"
  465. current-albatross-deployer
  466. current-web-pipelines
  467. current_ansi
  468. current_docker < "0.6.4"
  469. current_examples < "0.6.4"
  470. current_git < "0.6.4"
  471. current_github < "0.6.4"
  472. current_gitlab < "0.6.4"
  473. current_incr
  474. current_ocluster < "0.2"
  475. current_rpc < "0.6.4"
  476. current_slack < "0.6.4"
  477. current_web < "0.6.4"
  478. curses >= "1.0.9"
  479. curve-sampling
  480. cviode
  481. cwe_checker
  482. DrawGrammar >= "0.2.2"
  483. daft >= "0.0.4"
  484. dap
  485. data-encoding
  486. dataframe
  487. datakit >= "0.12.2"
  488. datakit-bridge-github >= "0.12.2"
  489. datakit-bridge-local-git >= "0.12.2"
  490. datakit-ci >= "0.12.2"
  491. datakit-client >= "0.12.2"
  492. datakit-client-9p >= "0.12.2"
  493. datakit-client-git >= "0.12.2"
  494. datakit-github >= "0.12.2"
  495. datakit-server >= "0.12.2"
  496. datakit-server-9p >= "0.12.2"
  497. datalog >= "0.6"
  498. dates_calc
  499. daypack-lib
  500. dbf < "0.1.1"
  501. dblp
  502. dblp-api
  503. debian-formats >= "0.1.2"
  504. decimal
  505. decoders >= "0.1.2"
  506. decoders-bencode
  507. decoders-cbor
  508. decoders-ezjsonm >= "0.1.2"
  509. decoders-ezxmlm
  510. decoders-jsonaf
  511. decoders-jsonm
  512. decoders-msgpck
  513. decoders-sexplib
  514. decoders-yojson >= "0.1.2"
  515. decompress >= "0.8.1"
  516. dedent < "v0.17.0"
  517. dedukti >= "2.7"
  518. delimited_parsing >= "v0.12.0" & < "v0.17.0"
  519. depyt >= "0.3.0"
  520. devkit >= "1.0"
  521. diet >= "0.2"
  522. diffable
  523. digestif >= "0.7" & < "0.7.2" | >= "0.8.1"
  524. directories
  525. dirsift
  526. dirsp-exchange
  527. dirsp-exchange-kbb2017
  528. dirsp-proscript
  529. dirsp-proscript-mirage
  530. dirsp-ps2ocaml
  531. diskuvbox
  532. disml
  533. dispatch >= "0.4.1"
  534. dispatch-js >= "0.4.1"
  535. distributed >= "0.6.0"
  536. distributed-lwt >= "0.2.0"
  537. distributed-uwt >= "0.2.0"
  538. dkim
  539. dkim-bin
  540. dkim-mirage
  541. dkml-c-probe
  542. dkml-component-offline-ocamlrun
  543. dkml-component-offline-opam
  544. dkml-component-staging-ocamlrun
  545. dkml-component-staging-opam32
  546. dkml-component-staging-opam64
  547. dkml-dune-dsl
  548. dkml-dune-dsl-show
  549. dkml-install < "0.5.3"
  550. dkml-install-installer < "0.5.3"
  551. dkml-install-runner < "0.5.3"
  552. dkml-option-vcpkg
  553. dkml-package-console < "0.5.3"
  554. dkml-runtime-common >= "2.0.3"
  555. dkml-runtime-distribution
  556. dkml-workflows
  557. dlm >= "0.3.1"
  558. dmap
  559. dns >= "1.1.0"
  560. dns-async >= "1.1.0"
  561. dns-certify
  562. dns-cli
  563. dns-client
  564. dns-client-lwt
  565. dns-client-miou-unix
  566. dns-client-mirage
  567. dns-lwt >= "1.1.0"
  568. dns-lwt-unix >= "1.1.0"
  569. dns-mirage
  570. dns-resolver
  571. dns-server
  572. dns-stub
  573. dns-tsig
  574. dnssec
  575. docker-api >= "0.2"
  576. docker_hub
  577. dockerfile >= "6.0.0"
  578. dockerfile-cmd >= "6.0.0"
  579. dockerfile-opam >= "6.0.0"
  580. docteur
  581. docteur-solo5
  582. docteur-unix
  583. doculib
  584. doi2bib
  585. dokeysto >= "3.0.2"
  586. dokeysto_camltc >= "3.0.2"
  587. dokeysto_lz4 >= "3.0.2"
  588. dolmen >= "0.4.1"
  589. dolmen_bin
  590. dolmen_loop
  591. dolmen_lsp
  592. dolmen_model
  593. dolmen_type
  594. dolog >= "4.0.0"
  595. domain-name >= "0.1.2"
  596. domain_shims
  597. domainslib
  598. dose3 >= "6.1"
  599. dose3-extra
  600. dot-merlin-reader
  601. dotenv
  602. dream
  603. dream-accept
  604. dream-cli
  605. dream-encoding
  606. dream-html
  607. dream-httpaf
  608. dream-livereload
  609. dream-pure
  610. dream-serve
  611. drom >= "0.3.0"
  612. drom_lib >= "0.3.0"
  613. drom_toml
  614. dropbox >= "0.2"
  615. dropbox_lwt_unix
  616. dscheck < "0.4.0"
  617. dssi >= "0.1.3"
  618. dtoa >= "0.3.2"
  619. dtools >= "0.4.2"
  620. dual
  621. duff >= "0.2"
  622. dum >= "1.0.2"
  623. dump_ocamlformat
  624. dune-action-plugin < "3.3.0"
  625. dune-build-info < "3.3.0"
  626. dune-cargo-build
  627. dune-compiledb
  628. dune-configurator >= "1.11.4" & < "3.3.0"
  629. dune-deps
  630. dune-expand
  631. dune-glob < "3.3.0"
  632. dune-private-libs < "3.3.0"
  633. dune-release >= "1.0.0" & < "2.0.0"
  634. dune-rpc < "3.3.0"
  635. dune-rpc-lwt < "3.3.0"
  636. dune-site < "3.3.0"
  637. duppy >= "0.9.0"
  638. duration >= "0.1.2"
  639. dyn < "3.3.0"
  640. earley >= "2.0.0"
  641. earlybird
  642. easy-format >= "1.3.2" & < "1.3.4"
  643. easy_logging
  644. easy_logging_yojson
  645. ecaml >= "v0.12.0" & < "v0.17.0"
  646. edn >= "0.1.6-1-gff9db95"
  647. ego
  648. eigen >= "0.1.0"
  649. eio < "0.9"
  650. eio-ssl
  651. eio_linux < "0.9"
  652. eio_luv < "0.9"
  653. eio_main < "0.9"
  654. either
  655. elasticsearch-cli >= "0.5"
  656. electrod >= "0.2.1"
  657. elpi >= "1.3.1"
  658. email_message >= "v0.12.0" & < "v0.17.0"
  659. embedded_ocaml_templates < "0.8"
  660. emile >= "0.4"
  661. encoding
  662. encore >= "0.3"
  663. env_config < "v0.17.0"
  664. epictetus
  665. eqaf >= "0.2"
  666. eqaf-cstruct
  667. equinoxe
  668. equinoxe-cohttp
  669. equinoxe-hlc
  670. erlang
  671. erssical >= "1.1.0"
  672. esgg
  673. esperanto-cosmopolitan >= "0.0.5"
  674. ethernet
  675. euler
  676. exenum >= "0.86"
  677. exit
  678. expect_test_helpers >= "v0.12.0"
  679. expect_test_helpers_async < "v0.17.0"
  680. expect_test_helpers_core < "v0.17.0"
  681. expect_test_helpers_kernel >= "v0.12.0"
  682. extlib >= "1.7.9"
  683. extunix >= "0.3.1"
  684. ez_api
  685. ez_cmdliner >= "0.2.0"
  686. ez_config >= "0.2.0"
  687. ez_file >= "0.3.0"
  688. ez_hash
  689. ez_pgocaml
  690. ez_search
  691. ez_subst
  692. ezcurl
  693. ezcurl-lwt
  694. ezdl
  695. ezgzip >= "0.2.3"
  696. ezjs_ace
  697. ezjs_blockies
  698. ezjs_cleave
  699. ezjs_crypto
  700. ezjs_cytoscape
  701. ezjs_d3pie
  702. ezjs_extension
  703. ezjs_fetch
  704. ezjs_idb
  705. ezjs_jquery
  706. ezjs_min
  707. ezjs_odometer
  708. ezjs_push
  709. ezjs_qrcode
  710. ezjs_recaptcha
  711. ezjs_timeline
  712. ezjsonm >= "1.0.0"
  713. ezjsonm-encoding
  714. ezjsonm-lwt >= "1.0.0"
  715. ezresto
  716. ezresto-directory
  717. ezsqlite >= "0.4.2"
  718. ezxenstore >= "0.4.1"
  719. ezxmlm >= "1.1.0"
  720. FPauth
  721. FPauth-core
  722. FPauth-responses
  723. FPauth-strategies
  724. FrontC >= "4.0.0"
  725. faad >= "0.5.0"
  726. facteur
  727. fadbadml >= "0.1.2"
  728. faraday >= "0.7.1"
  729. faraday-async >= "0.7.1"
  730. faraday-lwt >= "0.7.1"
  731. faraday-lwt-unix >= "0.7.1"
  732. farith
  733. farmhash >= "0.4"
  734. fasmifra
  735. fat-filesystem >= "0.13.0"
  736. fd-send-recv >= "2.0.1"
  737. fdkaac >= "0.3.2"
  738. feat
  739. feat-core
  740. feat-num
  741. feather
  742. feather_async
  743. ff
  744. ff-bench
  745. ff-pbt
  746. ff-sig
  747. ffmpeg >= "1.0.0~beta1" & != "1.1.5" & < "1.1.7"
  748. ffmpeg-av != "1.1.5" & < "1.1.7"
  749. ffmpeg-avcodec != "1.1.5" & < "1.1.7"
  750. ffmpeg-avdevice != "1.1.5" & < "1.1.7"
  751. ffmpeg-avfilter != "1.1.5" & < "1.1.7"
  752. ffmpeg-avutil != "1.1.5" & < "1.1.7"
  753. ffmpeg-swresample != "1.1.5" & < "1.1.7"
  754. ffmpeg-swscale != "1.1.5" & < "1.1.7"
  755. fftw3 >= "0.8.2"
  756. fiat-p256
  757. fiber < "3.3.0"
  758. fieldslib >= "v0.12.0" & < "v0.17.0"
  759. file_path < "v0.17.0"
  760. fileutils >= "0.6.1"
  761. finch
  762. fit
  763. fix >= "20181206"
  764. flac >= "0.3.0"
  765. flex-array
  766. fmlib
  767. fmlib_browser
  768. fmlib_js
  769. fmlib_parse
  770. fmlib_pretty
  771. fmlib_std
  772. fontforge-of-ocaml
  773. fred
  774. freetds >= "0.7"
  775. frei0r >= "0.1.2"
  776. frenetic >= "5.0.5"
  777. fromager
  778. fsevents
  779. fsevents-lwt
  780. fsml
  781. fswatch
  782. fswatch_async
  783. fswatch_lwt
  784. fun-postgresql
  785. fun-sql
  786. fun-sqlite
  787. functoria >= "2.2.2" & < "4.0.0~beta1" | >= "4.0.0"
  788. functoria-runtime >= "2.2.2" & != "2.2.5" & < "3.0.2" | >= "3.1.2"
  789. fuseau
  790. fuseau-lwt
  791. fuzzy_compare
  792. fuzzy_match < "v0.17.0"
  793. fzf < "v0.17.0"
  794. General >= "0.6.0"
  795. GT
  796. gapi-ocaml >= "0.3.7"
  797. gbddml
  798. gd >= "1.1"
  799. gdbprofiler >= "0.4"
  800. gemini >= "0.3.0"
  801. gen >= "0.5.2"
  802. gen_js_api >= "1.0.6"
  803. genprint
  804. genspio >= "0.0.3"
  805. genspir >= "1.0.1"
  806. geojson < "0.2.0"
  807. geojsone < "0.2.0"
  808. geoml
  809. get_line >= "7.0.0"
  810. gettext >= "0.4.1"
  811. gettext-camomile
  812. gettext-stub
  813. git >= "2.0.0"
  814. git-cohttp
  815. git-cohttp-mirage
  816. git-cohttp-unix
  817. git-http >= "2.0.0"
  818. git-kv < "0.1.0"
  819. git-mirage >= "2.0.0"
  820. git-paf
  821. git-unix >= "2.0.0"
  822. github >= "4.0.0"
  823. github-data
  824. github-hooks >= "0.4.0"
  825. github-hooks-unix >= "0.4.0"
  826. github-jsoo >= "4.0.0"
  827. github-unix >= "4.0.0"
  828. gitlab
  829. gitlab-jsoo
  830. gitlab-unix
  831. gitlab_pipeline_notifier
  832. glfw-ocaml
  833. globlon
  834. gluten
  835. gluten-async
  836. gluten-eio
  837. gluten-lwt
  838. gluten-lwt-unix
  839. gluten-mirage
  840. gmap >= "0.2.1"
  841. gmp
  842. gnuplot >= "0.6"
  843. gobba
  844. gobject-introspection
  845. goblint >= "1.1.1" & < "2.2.1"
  846. goblint-cil >= "1.8.0"
  847. google-drive-ocamlfuse >= "0.6.26"
  848. gopcaml-mode >= "0.0.2"
  849. gopcaml-mode-merlin
  850. gospel
  851. gotd
  852. gperftools >= "0.4"
  853. gpiod
  854. gpr >= "1.4.0"
  855. gr
  856. graphics >= "5.0.0"
  857. graphql >= "0.8.0"
  858. graphql-async >= "0.8.0"
  859. graphql-cohttp >= "0.9.0"
  860. graphql-lwt >= "0.8.0"
  861. graphql_parser >= "0.9.0"
  862. graphql_ppx >= "0.7.1"
  863. graphv
  864. graphv_core
  865. graphv_core_lib
  866. graphv_font
  867. graphv_font_js
  868. graphv_font_stb_truetype
  869. graphv_gles2
  870. graphv_gles2_native
  871. graphv_gles2_native_impl
  872. graphv_webgl
  873. graphv_webgl_impl
  874. gremlin
  875. grenier >= "0.8"
  876. grid
  877. grpc < "0.2.0"
  878. grpc-async < "0.2.0"
  879. grpc-lwt < "0.2.0"
  880. gsl >= "1.24.0"
  881. gstreamer >= "0.3.1"
  882. guardian
  883. guile
  884. h1
  885. h1-lwt-unix
  886. h1_parser
  887. h2
  888. h2-async
  889. h2-eio
  890. h2-lwt
  891. h2-lwt-unix
  892. h2-mirage
  893. hack_parallel >= "1.0.0"
  894. hacl-star
  895. hacl-star-raw >= "0.5.0"
  896. hacl_x25519
  897. happy-eyeballs
  898. happy-eyeballs-lwt
  899. happy-eyeballs-miou-unix
  900. happy-eyeballs-mirage
  901. hardcaml >= "v0.12.0" & < "v0.17.0"
  902. hardcaml_axi < "v0.17.0"
  903. hardcaml_c < "v0.17.0"
  904. hardcaml_circuits < "v0.17.0"
  905. hardcaml_fixed_point < "v0.17.0"
  906. hardcaml_handshake < "v0.17.0"
  907. hardcaml_of_verilog < "v0.17.0"
  908. hardcaml_step_testbench < "v0.17.0"
  909. hardcaml_verify < "v0.17.0"
  910. hardcaml_verilator < "v0.17.0"
  911. hardcaml_waveterm < "v0.17.0"
  912. hardcaml_xilinx < "v0.17.0"
  913. hardcaml_xilinx_components < "v0.17.0"
  914. hardcaml_xilinx_reports < "v0.17.0"
  915. hashcons >= "1.4.0"
  916. hashids >= "1.0.1"
  917. haxe >= "4.1.1"
  918. hc
  919. hdf5 >= "0.1.5"
  920. headache >= "1.04" & < "1.07"
  921. header-check
  922. herdtools7 >= "7.55"
  923. hex >= "1.3.0"
  924. hex_encode < "v0.17.0"
  925. hexstring
  926. hg_lib < "v0.17.0"
  927. hidapi >= "1.1"
  928. hidapi-lwt
  929. higher_kinded < "v0.17.0"
  930. higlo >= "0.8"
  931. hilite
  932. hkdf >= "1.0.3"
  933. hl_yaml
  934. hockmd
  935. horned_worm >= "0.3.4"
  936. hpack
  937. htmlfromtexbooks
  938. hts_shrink >= "2.1.2"
  939. http
  940. http-cookie < "4.3.0"
  941. http-lwt-client
  942. http-mirage-client
  943. http-multipart-formdata
  944. http_async
  945. httpaf >= "0.6.0"
  946. httpaf-async >= "0.6.0"
  947. httpaf-lwt-unix
  948. httpaf_caged
  949. httpcats
  950. httph
  951. httpun
  952. httpun-async
  953. httpun-eio
  954. httpun-lwt
  955. httpun-lwt-unix
  956. httpun-mirage
  957. httpun-types
  958. httpun-ws
  959. httpun-ws-async
  960. httpun-ws-eio
  961. httpun-ws-lwt
  962. httpun-ws-lwt-unix
  963. httpun-ws-mirage
  964. huffman
  965. hvsock >= "2.0.0"
  966. hxd
  967. hyper
  968. ISO3166
  969. ISO8601 >= "0.2.6"
  970. i3ipc >= "0.1.4"
  971. icalendar
  972. idd
  973. idds
  974. imagelib >= "20200929"
  975. incr_dom >= "v0.12.0" & < "v0.17.0"
  976. incr_dom_interactive < "v0.17.0"
  977. incr_dom_keyboard
  978. incr_dom_partial_render < "v0.17.0"
  979. incr_dom_sexp_form < "v0.17.0"
  980. incr_dom_widgets >= "v0.12.0"
  981. incr_map >= "v0.12.0" & < "v0.17.0"
  982. incr_select >= "v0.12.0" & < "v0.17.0"
  983. incremental >= "v0.12.0" & < "v0.17.0"
  984. indentation_buffer < "v0.17.0"
  985. index
  986. index-bench
  987. inferno >= "20190924"
  988. influxdb
  989. influxdb-async
  990. influxdb-lwt
  991. inotify >= "2.4" & < "2.6"
  992. inquire
  993. int_repr < "v0.17.0"
  994. integers >= "0.3.0"
  995. integers_stubs_js
  996. integration1d >= "0.5.1"
  997. interface-prime
  998. interface-prime-lwt
  999. interval >= "1.5" & < "1.6"
  1000. interval-map
  1001. interval_base
  1002. interval_crlibm
  1003. interval_intel
  1004. io-page >= "2.1.0"
  1005. io-page-unix >= "2.1.0"
  1006. io-page-xen >= "2.1.0"
  1007. iostream
  1008. iostream-camlzip
  1009. ipaddr >= "2.9.0"
  1010. ipaddr-cstruct
  1011. ipaddr-sexp
  1012. irc-client >= "0.6.2"
  1013. irc-client-lwt >= "0.6.2"
  1014. irc-client-lwt-ssl
  1015. irc-client-tls >= "0.6.2"
  1016. irc-client-unix >= "0.6.2"
  1017. iri >= "0.6.0"
  1018. irmin >= "2.0.0"
  1019. irmin-bench
  1020. irmin-chunk >= "2.0.0"
  1021. irmin-cli
  1022. irmin-client
  1023. irmin-containers
  1024. irmin-fs >= "2.0.0"
  1025. irmin-git >= "2.0.0"
  1026. irmin-graphql
  1027. irmin-http >= "2.0.0"
  1028. irmin-indexeddb >= "2.0"
  1029. irmin-layers
  1030. irmin-mem >= "2.0.0"
  1031. irmin-mirage >= "2.0.0"
  1032. irmin-mirage-git
  1033. irmin-mirage-graphql
  1034. irmin-pack
  1035. irmin-pack-tools
  1036. irmin-server
  1037. irmin-test
  1038. irmin-tezos
  1039. irmin-tezos-utils
  1040. irmin-unix >= "2.0.0"
  1041. irmin-watcher >= "0.5.0"
  1042. iso639
  1043. iter >= "1.4"
  1044. itv-tree >= "2.2"
  1045. JsOfOCairo >= "2.0.0"
  1046. jane-street-headers >= "v0.12.0" & < "v0.17.0"
  1047. jane_rope < "v0.17.0"
  1048. janestreet_cpuid < "v0.17.0"
  1049. janestreet_csv < "v0.17.0"
  1050. janestreet_lru_cache < "v0.17.0"
  1051. jekyll-format >= "0.2.0"
  1052. jemalloc >= "0.2"
  1053. jerboa
  1054. jhupllib >= "0.2.1"
  1055. jingoo >= "1.3.0"
  1056. jose
  1057. js_of_ocaml >= "3.3.0" & < "4.1.0"
  1058. js_of_ocaml-compiler >= "3.3.0" & < "4.1.0"
  1059. js_of_ocaml-lwt >= "3.3.0" & < "4.1.0"
  1060. js_of_ocaml-ocamlbuild >= "3.5.0"
  1061. js_of_ocaml-ppx >= "3.3.0" & < "4.1.0"
  1062. js_of_ocaml-ppx_deriving_json >= "3.3.0" & < "4.1.0"
  1063. js_of_ocaml-toplevel >= "3.3.0" & < "4.1.0"
  1064. js_of_ocaml-tyxml >= "3.3.0" & < "4.1.0"
  1065. js_of_ocaml-webgpu
  1066. js_of_ocaml-webidl
  1067. js_of_ocaml_patches < "v0.17.0"
  1068. json-data-encoding
  1069. json-data-encoding-browser
  1070. json-data-encoding-bson
  1071. json_decoder
  1072. jsonaf < "v0.17.0"
  1073. jsonoo
  1074. jsonrpc
  1075. jsonschema2atd
  1076. jsonxt
  1077. jsoo-react
  1078. jsoo_broadcastchannel >= "2.0.0"
  1079. jsoo_storage >= "1.0.1"
  1080. jst-config < "v0.17.0"
  1081. junit >= "2.0.1"
  1082. junit_alcotest >= "2.0.1"
  1083. junit_ounit >= "2.0.1"
  1084. jupyter >= "2.3.2"
  1085. jupyter-archimedes >= "2.3.2"
  1086. jupyter-kernel >= "0.4"
  1087. jwto
  1088. kafka >= "0.5"
  1089. kafka_async
  1090. kafka_lwt
  1091. kappa-agents
  1092. kappa-binaries
  1093. kappa-library
  1094. kappa-server
  1095. kcas < "0.1.6"
  1096. kdf
  1097. kdl
  1098. ke
  1099. key-parsers >= "0.10.0"
  1100. kicadsch >= "0.4.0"
  1101. kind2
  1102. kinetic-client >= "0.0.11"
  1103. kittyimg
  1104. kmt
  1105. knights_tour
  1106. kqueue
  1107. krb
  1108. lab
  1109. lablgtk3 >= "3.0.beta4"
  1110. lablgtk3-extras >= "3.0.1"
  1111. lablgtk3-goocanvas2
  1112. lablgtk3-gtkspell3
  1113. lablgtk3-rsvg2
  1114. lablgtk3-sourceview3
  1115. lablqml >= "0.6"
  1116. labrys
  1117. lacaml >= "11.0.2"
  1118. ladspa >= "0.2.0"
  1119. lambda
  1120. lambda-runtime
  1121. lambda-term >= "2.0"
  1122. lambda_streams
  1123. lambda_streams_async
  1124. lambda_streams_lwt
  1125. lambdapi >= "2.0.0" & < "2.3.1"
  1126. lambdasoup >= "0.6.4"
  1127. lame >= "0.3.4"
  1128. landmarks >= "1.4"
  1129. landmarks-ppx
  1130. lascar >= "0.6-alpha"
  1131. lastfm = "0.3.3"
  1132. launchd >= "1.3"
  1133. lazy-trie >= "1.2.0"
  1134. lbfgs >= "0.9.1"
  1135. lbvs_consent >= "2.1.0"
  1136. ldap >= "2.4.1"
  1137. ldp
  1138. ldp_curl
  1139. ldp_js
  1140. ldp_tls
  1141. leaflet
  1142. learn-ocaml
  1143. learn-ocaml-client
  1144. ledgerwallet
  1145. ledgerwallet-tezos
  1146. lens >= "1.2.3"
  1147. let-if >= "0.2.0"
  1148. letsencrypt
  1149. letsencrypt-app
  1150. letsencrypt-dns
  1151. letsencrypt-mirage
  1152. letters
  1153. leveldb >= "1.3.0"
  1154. libabsolute
  1155. libbinaryen < "105.1.0" | >= "107.0.1"
  1156. libirmin
  1157. libsail
  1158. libsvm >= "0.10.0"
  1159. libzipperposition
  1160. lilac
  1161. lilv
  1162. line-up-words >= "v0.12.0" & < "v0.17.0"
  1163. line_oriented
  1164. linenoise >= "1.2.0"
  1165. links >= "0.9"
  1166. links-mysql
  1167. links-postgresql >= "0.9"
  1168. links-sqlite3
  1169. linol
  1170. linol-eio
  1171. linol-lwt
  1172. lintcstubs
  1173. lintcstubs-arity
  1174. lintcstubs-gen
  1175. linwrap
  1176. liquid_interpreter
  1177. liquid_ml
  1178. liquid_parser
  1179. liquid_std
  1180. liquid_syntax
  1181. little_logger
  1182. llama
  1183. llama-cpp-ocaml
  1184. llama_core
  1185. llama_interactive
  1186. llama_midi
  1187. llvm >= "15.0.7+nnp-2"
  1188. lmdb >= "1.0"
  1189. lo >= "0.2.0"
  1190. lockfree
  1191. loga >= "0.0.5"
  1192. logical
  1193. logs-async < "1.3"
  1194. logs-async-reporter < "1.3"
  1195. logs-ppx
  1196. logs-syslog >= "0.2.0"
  1197. logtk >= "1.5.1"
  1198. lp
  1199. lp-glpk
  1200. lp-glpk-js
  1201. lp-gurobi
  1202. lpd >= "1.2.2"
  1203. lreplay < "0.1.1"
  1204. lru >= "0.3.0"
  1205. lru_cache
  1206. lsp
  1207. lt-code
  1208. lua-ml >= "0.9.3"
  1209. lua_parser
  1210. lucid
  1211. lun
  1212. lustre-v6 >= "6.103.3"
  1213. lutils >= "1.51.2"
  1214. lutin >= "2.71.10"
  1215. luv
  1216. luv_unix
  1217. lwd
  1218. lwt >= "4.2.0"
  1219. lwt-canceler >= "0.2"
  1220. lwt-dllist
  1221. lwt-exit
  1222. lwt-parallel >= "1.0.0"
  1223. lwt-watcher >= "0.2"
  1224. lwt_domain
  1225. lwt_eio < "0.4"
  1226. lwt_glib >= "1.1.1"
  1227. lwt_log >= "1.1.1"
  1228. lwt_ppx >= "1.2.2"
  1229. lwt_ppx_let
  1230. lwt_react >= "1.1.2"
  1231. lwt_ssl >= "1.1.3"
  1232. lz4 >= "1.2.0"
  1233. lz4_chans >= "3.0.1"
  1234. lzo >= "0.0.3"
  1235. m_tree
  1236. macaddr
  1237. macaddr-cstruct
  1238. macaddr-sexp
  1239. mad >= "0.5.0"
  1240. magic-mime >= "1.1.2"
  1241. magic-trace
  1242. make-random
  1243. malfunction >= "0.3"
  1244. man_in_the_middle_debugger < "v0.17.0"
  1245. markdown
  1246. markup >= "0.8.0"
  1247. markup-lwt
  1248. mastodon-archive-viewer >= "0.2"
  1249. matplotlib
  1250. mc2
  1251. mccs >= "1.1+10"
  1252. md2mld < "0.7.0"
  1253. mdx != "1.7.0" & < "2.2.0"
  1254. mec
  1255. mechaml >= "1.1.0"
  1256. mehari
  1257. mehari-eio
  1258. mehari-eio-unix
  1259. mehari-lwt-unix
  1260. mehari-mirage
  1261. melange-compiler-libs
  1262. mem_usage
  1263. memcad >= "1.1.0"
  1264. memgraph
  1265. memgraph_kitty
  1266. memo
  1267. memprof-limits
  1268. memtrace
  1269. memtrace-mirage
  1270. memtrace_viewer
  1271. menhir >= "20200123"
  1272. menhirCST
  1273. menhirLib
  1274. menhirSdk
  1275. merge-fmt
  1276. merlin >= "3.2.1"
  1277. merlin-extend >= "0.4"
  1278. merlin-lib
  1279. mesh >= "0.9.5"
  1280. mesh-easymesh >= "0.9.5"
  1281. mesh-graphics >= "0.9.5"
  1282. mesh-triangle >= "0.9.5"
  1283. metadb
  1284. metapp
  1285. metaquot
  1286. metrics
  1287. metrics-influx
  1288. metrics-lwt
  1289. metrics-mirage
  1290. metrics-rusage
  1291. metrics-unix
  1292. mew
  1293. mew_vi
  1294. middleware
  1295. mimic
  1296. mimic-happy-eyeballs
  1297. mindstorm >= "0.8"
  1298. mindstorm-lwt
  1299. minicaml
  1300. minicli >= "5.0.2"
  1301. minisat >= "0.3"
  1302. miou
  1303. mirage >= "3.3.0"
  1304. mirage-block >= "1.2.0"
  1305. mirage-block-ccm >= "1.1.0"
  1306. mirage-block-combinators
  1307. mirage-block-lwt >= "1.2.0"
  1308. mirage-block-ramdisk >= "0.4"
  1309. mirage-block-solo5 >= "0.6.0"
  1310. mirage-block-unix >= "2.11.0"
  1311. mirage-block-xen >= "1.6.0"
  1312. mirage-bootvar
  1313. mirage-bootvar-solo5 >= "0.6.0"
  1314. mirage-bootvar-unix
  1315. mirage-bootvar-xen >= "0.6.0"
  1316. mirage-channel >= "3.2.0"
  1317. mirage-channel-lwt >= "3.2.0"
  1318. mirage-clock >= "2.0.0"
  1319. mirage-clock-freestanding >= "2.0.0"
  1320. mirage-clock-lwt >= "2.0.0"
  1321. mirage-clock-solo5
  1322. mirage-clock-unix >= "2.0.0"
  1323. mirage-conduit = "1.3.0" | >= "3.1.0"
  1324. mirage-console >= "2.4.0"
  1325. mirage-console-lwt >= "2.4.0"
  1326. mirage-console-solo5 >= "0.6.0"
  1327. mirage-console-unix >= "2.4.1"
  1328. mirage-console-xen >= "2.4.0"
  1329. mirage-console-xen-backend >= "2.4.0"
  1330. mirage-console-xen-proto >= "2.4.0"
  1331. mirage-crypto
  1332. mirage-crypto-ec
  1333. mirage-crypto-entropy
  1334. mirage-crypto-pk
  1335. mirage-crypto-rng
  1336. mirage-crypto-rng-async
  1337. mirage-crypto-rng-eio
  1338. mirage-crypto-rng-lwt
  1339. mirage-crypto-rng-miou-unix
  1340. mirage-crypto-rng-mirage
  1341. mirage-device >= "1.2.0"
  1342. mirage-dns >= "3.1.0"
  1343. mirage-entropy >= "0.5.1"
  1344. mirage-flow >= "1.6.0"
  1345. mirage-flow-combinators
  1346. mirage-flow-lwt >= "1.6.0"
  1347. mirage-flow-rawlink >= "1.1.0"
  1348. mirage-flow-unix >= "1.6.0"
  1349. mirage-fs >= "1.2.0"
  1350. mirage-fs-lwt >= "1.2.0"
  1351. mirage-fs-mem
  1352. mirage-fs-unix >= "1.6.0"
  1353. mirage-kv >= "2.0.0"
  1354. mirage-kv-lwt >= "2.0.0"
  1355. mirage-kv-mem
  1356. mirage-kv-unix < "3.0.0"
  1357. mirage-logs >= "1.0.0"
  1358. mirage-monitoring
  1359. mirage-nat >= "1.1.0"
  1360. mirage-net >= "2.0.0"
  1361. mirage-net-lwt >= "2.0.0"
  1362. mirage-net-macosx >= "1.5.0"
  1363. mirage-net-solo5 >= "0.4.3"
  1364. mirage-net-unix >= "2.5.0"
  1365. mirage-net-xen >= "1.9.0"
  1366. mirage-profile >= "0.9.0"
  1367. mirage-profile-unix >= "0.9.0"
  1368. mirage-profile-xen >= "0.9.0"
  1369. mirage-protocols >= "2.0.0"
  1370. mirage-protocols-lwt >= "2.0.0"
  1371. mirage-qubes >= "0.7.0"
  1372. mirage-qubes-ipv4 >= "0.7.0"
  1373. mirage-random >= "1.2.0"
  1374. mirage-random-stdlib
  1375. mirage-random-test
  1376. mirage-runtime >= "3.3.0"
  1377. mirage-solo5 >= "0.6.2"
  1378. mirage-stack >= "1.4.0"
  1379. mirage-stack-lwt >= "1.4.0"
  1380. mirage-time >= "1.3.0"
  1381. mirage-time-lwt >= "1.3.0"
  1382. mirage-time-unix >= "1.3.0"
  1383. mirage-types >= "3.3.0"
  1384. mirage-types-lwt >= "3.3.0"
  1385. mirage-unix >= "3.2.0"
  1386. mirage-vnetif >= "0.4.2"
  1387. mirage-vnetif-stack
  1388. mirage-xen >= "3.2.0"
  1389. mkaudio >= "1.1.0"
  1390. mkocaml
  1391. mlbdd >= "0.7.2"
  1392. mlfenv
  1393. mlmpfr >= "4.0.2+dune"
  1394. mlpost >= "0.9"
  1395. mlpost-lablgtk
  1396. mlt_parser >= "v0.12.0" & < "v0.17.0"
  1397. mm >= "0.7.0" & < "0.8.2"
  1398. mmap
  1399. mmdb
  1400. mnd
  1401. mock >= "0.1.1"
  1402. mock-ounit >= "0.1.1"
  1403. module-graph
  1404. molenc >= "5.0.0"
  1405. monaco_jsoo
  1406. monolith
  1407. monomorphic >= "2.0"
  1408. monorobot
  1409. moonpool
  1410. moonpool-io
  1411. moonpool-lwt
  1412. morbig >= "0.10.3"
  1413. morsmall
  1414. moss >= "0.1.1"
  1415. mparser >= "1.3"
  1416. mparser-pcre
  1417. mparser-re
  1418. mperf
  1419. mpg123
  1420. mpp >= "0.3.4"
  1421. mpris >= "0.2.0"
  1422. mpris-clients
  1423. mrmime
  1424. mrt-format >= "0.3.1"
  1425. msat >= "0.8"
  1426. msat-bin
  1427. msgpck >= "1.5"
  1428. msgpck-repr
  1429. mssql
  1430. mugen
  1431. mula
  1432. multibase
  1433. multicodec
  1434. multihash
  1435. multihash-digestif
  1436. multipart-form-data >= "0.3.0"
  1437. multipart_form
  1438. multipart_form-cohttp-lwt
  1439. multipart_form-eio
  1440. multipart_form-lwt
  1441. murmur3 >= "0.3"
  1442. mustache >= "3.1.0"
  1443. mustache-cli
  1444. mutaml
  1445. mutf8
  1446. mwt
  1447. mybuild >= "7"
  1448. mysql8
  1449. mysql_protocol >= "3.0.1"
  1450. n_ary < "v0.17.0"
  1451. naboris
  1452. nacc
  1453. nanoid
  1454. nanosvg
  1455. nanosvg_text
  1456. nbd >= "4.0.3"
  1457. nbd-tool
  1458. nbd-unix
  1459. netchannel >= "1.9.0"
  1460. netkat
  1461. netlink >= "0.3.4"
  1462. netsnmp < "v0.17.0"
  1463. nice_parser
  1464. ninja_utils
  1465. nlopt
  1466. nmea
  1467. noCanren >= "0.3.0~alpha1"
  1468. nocoiner
  1469. node_of_ocaml
  1470. noise
  1471. non_empty_list
  1472. nottui
  1473. nottui-lwt
  1474. nottui-pretty
  1475. notty >= "0.2.3"
  1476. notty_async >= "v0.12.0" & < "v0.17.0"
  1477. np
  1478. npy >= "0.0.9"
  1479. nsq >= "0.4.0"
  1480. numeric_string < "v0.17.0"
  1481. nuscr
  1482. OCanren
  1483. OCanren-ppx
  1484. obeam
  1485. obelisk >= "0.5.0"
  1486. obuilder < "0.5"
  1487. obuilder-spec < "0.5"
  1488. obus >= "1.2.0"
  1489. ocal >= "0.2.2"
  1490. ocaml-canvas
  1491. ocaml-compiler-libs >= "v0.12.0"
  1492. ocaml-embed-file < "v0.17.0"
  1493. ocaml-in-python
  1494. ocaml-index
  1495. ocaml-lsp-server
  1496. ocaml-lua >= "1.8"
  1497. ocaml-migrate-parsetree >= "1.2.0"
  1498. ocaml-migrate-parsetree-ocamlbuild >= "1.2.0"
  1499. ocaml-monadic >= "0.4.1"
  1500. ocaml-print-intf
  1501. ocaml-probes < "v0.17.0"
  1502. ocaml-protoc >= "2.0.1"
  1503. ocaml-protoc-plugin < "4.3.1"
  1504. ocaml-r >= "0.1.1"
  1505. ocaml-syntax-shims
  1506. ocaml-systemd >= "1.3"
  1507. ocaml-top >= "1.2.0"
  1508. ocaml-vdom < "transition"
  1509. ocaml-version >= "1.0.0" & < "3.6.0"
  1510. ocaml_db_model
  1511. ocaml_intrinsics < "v0.17.0"
  1512. ocaml_pgsql_model
  1513. ocaml_plugin >= "v0.12.0"
  1514. ocamlapi
  1515. ocamlapi_async
  1516. ocamlapi_lwt_unix
  1517. ocamlapi_ppx
  1518. ocamlc-loc < "3.3.0"
  1519. ocamlcodoc
  1520. ocamldiff >= "1.2"
  1521. ocamlformat >= "0.24.1"
  1522. ocamlformat-lib
  1523. ocamlformat-rpc < "removed"
  1524. ocamlformat-rpc-lib
  1525. ocamlfuse >= "2.7.1-cvs6" & < "2.7.1-cvs8"
  1526. ocamlgraph >= "2.0.0"
  1527. ocamlgraph_gtk
  1528. ocamline
  1529. ocamlog
  1530. ocb
  1531. ocf >= "0.8.0"
  1532. ocf_ppx
  1533. ockt
  1534. ocluster < "0.2"
  1535. ocluster-api < "0.2"
  1536. ocolor
  1537. ocp-browser >= "1.1.9"
  1538. ocp-indent >= "1.7.0"
  1539. ocp-indent-nlfork >= "1.5.4"
  1540. ocp-index >= "1.1.9"
  1541. ocp-search
  1542. ocp_reveal
  1543. ocplib-endian >= "1.1"
  1544. ocplib-json-typed-browser
  1545. ocplib-json-typed-bson
  1546. ocplib-simplex >= "0.5"
  1547. ocplib_stuff >= "0.4.0"
  1548. ocsigen-i18n >= "4.0.0"
  1549. ocsigen-ppx-rpc
  1550. ocsigenserver >= "4.0.1"
  1551. ocsipersist
  1552. ocsipersist-dbm
  1553. ocsipersist-dbm-config
  1554. ocsipersist-lib
  1555. ocsipersist-pgsql
  1556. ocsipersist-pgsql-config
  1557. ocsipersist-sqlite
  1558. ocsipersist-sqlite-config
  1559. octavius >= "1.2.2"
  1560. octez-accuser-Proxford < "19.0"
  1561. octez-accuser-PtKathma
  1562. octez-accuser-PtLimaPt
  1563. octez-accuser-PtMumbai
  1564. octez-accuser-PtNairob < "19.0"
  1565. octez-alcotezt < "19.0"
  1566. octez-baker-Proxford < "19.0"
  1567. octez-baker-PtKathma
  1568. octez-baker-PtLimaPt
  1569. octez-baker-PtMumbai
  1570. octez-baker-PtNairob < "19.0"
  1571. octez-bls12-381-hash
  1572. octez-bls12-381-polynomial
  1573. octez-bls12-381-signature
  1574. octez-client < "19.0"
  1575. octez-codec < "19.0"
  1576. octez-crawler < "19.0"
  1577. octez-dac-client < "19.0"
  1578. octez-dac-node < "19.0"
  1579. octez-distributed-internal < "19.0"
  1580. octez-distributed-lwt-internal < "19.0"
  1581. octez-injector < "19.0"
  1582. octez-l2-libs < "19.0"
  1583. octez-libs < "19.0"
  1584. octez-mec
  1585. octez-node < "19.0"
  1586. octez-node-config < "19.0"
  1587. octez-plompiler
  1588. octez-plonk
  1589. octez-polynomial
  1590. octez-proto-libs < "19.0"
  1591. octez-protocol-000-Ps9mPmXa-libs < "19.0"
  1592. octez-protocol-001-PtCJ7pwo-libs < "19.0"
  1593. octez-protocol-002-PsYLVpVv-libs < "19.0"
  1594. octez-protocol-003-PsddFKi3-libs < "19.0"
  1595. octez-protocol-004-Pt24m4xi-libs < "19.0"
  1596. octez-protocol-005-PsBabyM1-libs < "19.0"
  1597. octez-protocol-006-PsCARTHA-libs < "19.0"
  1598. octez-protocol-007-PsDELPH1-libs < "19.0"
  1599. octez-protocol-008-PtEdo2Zk-libs < "19.0"
  1600. octez-protocol-009-PsFLoren-libs < "19.0"
  1601. octez-protocol-010-PtGRANAD-libs < "19.0"
  1602. octez-protocol-011-PtHangz2-libs < "19.0"
  1603. octez-protocol-012-Psithaca-libs < "19.0"
  1604. octez-protocol-013-PtJakart-libs < "19.0"
  1605. octez-protocol-014-PtKathma-libs < "19.0"
  1606. octez-protocol-015-PtLimaPt-libs < "19.0"
  1607. octez-protocol-016-PtMumbai-libs < "19.0"
  1608. octez-protocol-017-PtNairob-libs < "19.0"
  1609. octez-protocol-018-Proxford-libs < "19.0"
  1610. octez-protocol-alpha-libs < "19.0"
  1611. octez-protocol-compiler < "19.0"
  1612. octez-proxy-server < "19.0"
  1613. octez-shell-libs < "19.0"
  1614. octez-signer < "19.0"
  1615. octez-smart-rollup-client-Proxford
  1616. octez-smart-rollup-client-PtMumbai
  1617. octez-smart-rollup-client-PtNairob
  1618. octez-smart-rollup-node < "19.0"
  1619. octez-smart-rollup-node-alpha < "19.0"
  1620. octez-smart-rollup-node-lib < "19.0"
  1621. octez-smart-rollup-node-Proxford < "19.0"
  1622. octez-smart-rollup-node-PtMumbai
  1623. octez-smart-rollup-node-PtNairob < "19.0"
  1624. octez-smart-rollup-wasm-benchmark-lib
  1625. octez-smart-rollup-wasm-debugger < "19.0"
  1626. octez-tx-rollup-client-PtKathma
  1627. octez-tx-rollup-client-PtLimaPt
  1628. octez-tx-rollup-node-PtKathma
  1629. octez-tx-rollup-node-PtLimaPt
  1630. octez-validator
  1631. octez-version < "19.0"
  1632. odash
  1633. odate >= "0.6"
  1634. odds >= "1.1"
  1635. odep
  1636. odepack >= "0.6.9"
  1637. odnnr
  1638. odoc >= "1.4.0" & < "2.3.0"
  1639. odoc-parser < "2.3.0"
  1640. of_json < "v0.17.0"
  1641. offheap
  1642. ogg = "0.6.0" | >= "0.7.0"
  1643. ohex
  1644. oidc
  1645. ojs
  1646. ojs_base
  1647. ojs_base_all
  1648. ojs_base_ppx
  1649. ojs_ed
  1650. ojs_filetree
  1651. ojs_list
  1652. olinq >= "0.3"
  1653. omd >= "1.3.2"
  1654. ometrics
  1655. omg
  1656. omigrate
  1657. omlr >= "1.0.3"
  1658. omtl
  1659. oniguruma
  1660. opam-0install
  1661. opam-0install-cudf
  1662. opam-bin >= "1.0.0"
  1663. opam-build
  1664. opam-client >= "2.0.2"
  1665. opam-compiler
  1666. opam-core >= "2.0.2"
  1667. opam-custom-install
  1668. opam-devel >= "2.0.2"
  1669. opam-ed >= "0.4"
  1670. opam-file-format >= "2.1.0" & < "2.1.5"
  1671. opam-format >= "2.0.2"
  1672. opam-graph
  1673. opam-grep >= "0.2.0"
  1674. opam-installer >= "2.0.2"
  1675. opam-monorepo < "0.3.3"
  1676. opam-package-upgrade >= "0.2"
  1677. opam-publish >= "2.0.2"
  1678. opam-repository >= "2.0.2"
  1679. opam-solver >= "2.0.2"
  1680. opam-spin
  1681. opam-state >= "2.0.2"
  1682. opam-test
  1683. opam2web >= "2.0"
  1684. opam_bin_lib != "0.9.5"
  1685. opasswd >= "1.3.1"
  1686. opazl
  1687. openai-gym
  1688. openapi
  1689. openapi-opium
  1690. openapi_router
  1691. opencc0
  1692. opencc1
  1693. opencc1_1
  1694. openQASM
  1695. openstellina
  1696. opentelemetry
  1697. opentelemetry-client-cohttp-lwt
  1698. opentelemetry-client-ocurl
  1699. opentelemetry-cohttp-lwt
  1700. opentelemetry-lwt
  1701. opium >= "0.17.0"
  1702. opium-graphql
  1703. opium-testing
  1704. opium_kernel >= "0.17.0"
  1705. oplot
  1706. oplsr
  1707. opomodoro
  1708. opsian
  1709. optal
  1710. opti
  1711. optimization1d >= "0.6.1"
  1712. optiml-transport
  1713. optint >= "0.0.2"
  1714. opus >= "0.2.0"
  1715. oraft < "0.3.0"
  1716. oranger >= "2.0.1"
  1717. orb
  1718. order-i3-xfce
  1719. ordering < "3.3.0"
  1720. ordinal_abbreviation < "v0.17.0"
  1721. ordma >= "0.0.5"
  1722. orec >= "1.0.1"
  1723. orewa
  1724. orf
  1725. orgeat
  1726. orpie
  1727. orrandomForest
  1728. orsvm_e1071 >= "4.0.0"
  1729. orxgboost >= "1.1.0"
  1730. osc >= "0.2.0"
  1731. osc-lwt
  1732. osc-unix
  1733. oseq >= "0.2"
  1734. osh
  1735. oskel
  1736. osnap
  1737. osx-secure-transport >= "0.1.1"
  1738. otf
  1739. otoggl
  1740. otoml
  1741. otr >= "0.3.6"
  1742. ounit = "2.1.2"
  1743. ounit-lwt < "2.2.0"
  1744. ounit2
  1745. ounit2-lwt
  1746. override
  1747. owee >= "0.3"
  1748. owi
  1749. owl >= "0.4.0"
  1750. owl-base >= "0.4.0"
  1751. owl-jupyter
  1752. owl-ode
  1753. owl-ode-base
  1754. owl-ode-odepack
  1755. owl-ode-sundials
  1756. owl-opt
  1757. owl-opt-lbfgs
  1758. owl-plplot
  1759. owl-symbolic
  1760. owl-top >= "0.4.0"
  1761. owl-zoo >= "0.4.0"
  1762. owork
  1763. ozulip
  1764. p4pp
  1765. p5scm
  1766. packstream
  1767. pacomb
  1768. paf
  1769. paf-cohttp
  1770. paf-le
  1771. pam < "v0.17.0"
  1772. pandoc
  1773. pandoc-abbreviations
  1774. pandoc-comment
  1775. pandoc-crossref
  1776. pandoc-include
  1777. pandoc-inspect
  1778. pandoc-pdf2png
  1779. pandoc-replace
  1780. papi >= "0.1.1"
  1781. parany >= "7.0.2"
  1782. pardi >= "2.0.2"
  1783. parmap >= "1.1.1"
  1784. parse-argv >= "0.2.0"
  1785. parsexp >= "v0.12.0" & < "v0.17.0"
  1786. parsexp_io >= "v0.12.0" & < "v0.17.0"
  1787. parsley
  1788. patch
  1789. patdiff >= "v0.12.1" & < "v0.17.0"
  1790. path_glob
  1791. patience_diff >= "v0.12.0" & < "v0.17.0"
  1792. patoline >= "0.2"
  1793. patricia-tree
  1794. pattern
  1795. pb
  1796. pb-plugin
  1797. pbkdf >= "1.0.0"
  1798. pbrt
  1799. pbrt_services
  1800. pbrt_yojson
  1801. pcap-format >= "0.5.2"
  1802. pcre >= "7.3.5"
  1803. pcre2
  1804. pds-reachability >= "0.2.2"
  1805. pecu >= "0.2"
  1806. petr4
  1807. pf-qubes
  1808. pg_query
  1809. pgocaml >= "4.0"
  1810. pgocaml_ppx
  1811. pgx >= "1.0" & < "2.2"
  1812. pgx_async >= "1.0" & < "2.2"
  1813. pgx_lwt >= "1.0" & < "2.2"
  1814. pgx_lwt_mirage < "2.2"
  1815. pgx_lwt_unix < "2.2"
  1816. pgx_unix >= "1.0" & < "2.2"
  1817. pgx_value_core < "2.2"
  1818. pgx_value_ptime < "2.2"
  1819. phantom-algebra >= "1.0.1"
  1820. phonetic
  1821. phylogenetics < "0.2.0"
  1822. piaf
  1823. picasso
  1824. piqi >= "0.7.8"
  1825. piqilib >= "0.6.16"
  1826. pixel_pusher
  1827. pkcs11 >= "0.18.0"
  1828. pkcs11-cli
  1829. pkcs11-driver
  1830. pkcs11-rev
  1831. pla >= "1.3"
  1832. plateau
  1833. plato
  1834. plebeia < "2.0.0"
  1835. plist-xml
  1836. plist-xml-lwt
  1837. plotkicadsch >= "0.4.0"
  1838. plplot >= "5.11.0-1"
  1839. polka
  1840. poll
  1841. polling_state_rpc < "v0.17.0"
  1842. polly
  1843. polynomial
  1844. pomap >= "4.1.0"
  1845. popper
  1846. portaudio >= "0.2.2"
  1847. portaudio_c_bindings
  1848. portmidi
  1849. posix-base
  1850. posix-bindings
  1851. posix-getopt >= "2.0.0"
  1852. posix-signal
  1853. posix-socket
  1854. posix-socket-unix
  1855. posix-time2
  1856. posix-types >= "2.0.0"
  1857. posix-uname
  1858. posixat >= "v0.12.0" & < "v0.17.0"
  1859. postgres_async < "v0.17.0"
  1860. postgresql >= "4.4.1"
  1861. pp
  1862. pp-binary-ints
  1863. pp_loc
  1864. pprint >= "20200226"
  1865. ppx-owl-opt
  1866. ppx_accessor < "v0.17.0"
  1867. ppx_assert >= "v0.12.0" & < "v0.17.0"
  1868. ppx_bap
  1869. ppx_base >= "v0.12.0" & < "v0.17.0"
  1870. ppx_bench >= "v0.12.0" & < "v0.17.0"
  1871. ppx_bigarray >= "3.0.0"
  1872. ppx_bin_prot >= "v0.12.0" & < "v0.17.0"
  1873. ppx_bitstring >= "4.0.0"
  1874. ppx_blob >= "0.6.0"
  1875. ppx_bsx
  1876. ppx_camlrack
  1877. ppx_catch
  1878. ppx_cold < "v0.17.0"
  1879. ppx_compare >= "v0.12.0" & < "v0.17.0"
  1880. ppx_compose >= "0.1.0"
  1881. ppx_const >= "2.0"
  1882. ppx_conv_func >= "v0.12.0" & < "v0.17.0"
  1883. ppx_counters
  1884. ppx_css < "v0.17.0"
  1885. ppx_cstruct >= "3.3.0"
  1886. ppx_cstubs
  1887. ppx_csv_conv >= "v0.12.0" & < "v0.17.0"
  1888. ppx_custom_printf >= "v0.12.0" & < "v0.17.0"
  1889. ppx_decimal
  1890. ppx_defer >= "0.4.0"
  1891. ppx_demo < "v0.17.0"
  1892. ppx_derive_at_runtime < "v0.17.0"
  1893. ppx_derivers >= "1.2.1"
  1894. ppx_deriving = "4.3" | >= "4.5-1"
  1895. ppx_deriving_cmdliner >= "0.5.1"
  1896. ppx_deriving_encoding
  1897. ppx_deriving_hardcaml >= "v0.12.0"
  1898. ppx_deriving_hash
  1899. ppx_deriving_json_schema
  1900. ppx_deriving_jsoo
  1901. ppx_deriving_madcast >= "0.2"
  1902. ppx_deriving_popper
  1903. ppx_deriving_protobuf >= "2.7"
  1904. ppx_deriving_qcheck
  1905. ppx_deriving_rpc >= "6.1.0"
  1906. ppx_deriving_scad
  1907. ppx_deriving_yaml
  1908. ppx_deriving_yojson >= "3.3"
  1909. ppx_disable_unused_warnings < "v0.17.0"
  1910. ppx_distr_guards >= "0.2"
  1911. ppx_enum
  1912. ppx_enumerate >= "v0.12.0" & < "v0.17.0"
  1913. ppx_expect >= "v0.12.0" & < "v0.17.0"
  1914. ppx_factory
  1915. ppx_fail >= "v0.12.0"
  1916. ppx_fast_pipe
  1917. ppx_fields_conv >= "v0.12.0" & < "v0.17.0"
  1918. ppx_fixed_literal < "v0.17.0"
  1919. ppx_gen_rec >= "1.1.0"
  1920. ppx_getenv >= "2.0"
  1921. ppx_globalize < "v0.17.0"
  1922. ppx_hash >= "v0.12.0" & < "v0.17.0"
  1923. ppx_here >= "v0.12.0" & < "v0.17.0"
  1924. ppx_ignore_instrumentation < "v0.17.0"
  1925. ppx_import >= "1.5-3-gbd627d5"
  1926. ppx_inline_alcotest
  1927. ppx_inline_test >= "v0.12.0" & < "v0.16.1"
  1928. ppx_irmin
  1929. ppx_jane >= "v0.12.0" & < "v0.17.0"
  1930. ppx_js_style >= "v0.12.0" & < "v0.17.0"
  1931. ppx_jsobject_conv >= "0.6.0"
  1932. ppx_jsonaf_conv < "v0.17.0"
  1933. ppx_let >= "v0.12.0" & < "v0.17.0"
  1934. ppx_log < "v0.17.0"
  1935. ppx_make
  1936. ppx_map
  1937. ppx_matches
  1938. ppx_meta_conv >= "4.0.1"
  1939. ppx_module_timer < "v0.17.0"
  1940. ppx_monad
  1941. ppx_monoid >= "0.3.2"
  1942. ppx_mysql
  1943. ppx_mysql_identity
  1944. ppx_open
  1945. ppx_optcomp >= "v0.12.0" & < "v0.17.0"
  1946. ppx_optional >= "v0.12.0" & < "v0.17.0"
  1947. ppx_parser
  1948. ppx_pattern_bind < "v0.17.0"
  1949. ppx_pbt
  1950. ppx_pipebang >= "v0.12.0" & < "v0.17.0"
  1951. ppx_protocol_conv >= "3.1.0"
  1952. ppx_protocol_conv_json >= "3.1.0"
  1953. ppx_protocol_conv_jsonm
  1954. ppx_protocol_conv_msgpack >= "3.1.0"
  1955. ppx_protocol_conv_xml_light >= "3.1.0"
  1956. ppx_protocol_conv_xmlm
  1957. ppx_protocol_conv_yaml >= "3.1.0"
  1958. ppx_pyformat
  1959. ppx_python < "v0.17.0"
  1960. ppx_rapper
  1961. ppx_rapper_async
  1962. ppx_rapper_lwt
  1963. ppx_regexp >= "0.4.0"
  1964. ppx_relit
  1965. ppx_repr
  1966. ppx_seq
  1967. ppx_sexp_conv >= "v0.12.0" & < "v0.17.0"
  1968. ppx_sexp_message >= "v0.12.0" & < "v0.17.0"
  1969. ppx_sexp_value >= "v0.12.0" & < "v0.17.0"
  1970. ppx_show
  1971. ppx_stable < "v0.17.0"
  1972. ppx_stable_witness < "v0.17.0"
  1973. ppx_string < "v0.17.0"
  1974. ppx_string_interpolation
  1975. ppx_subliner
  1976. ppx_test >= "1.7.0"
  1977. ppx_there
  1978. ppx_tools >= "6.0+4.08.0"
  1979. ppx_tools_versioned >= "5.2.2"
  1980. ppx_trace
  1981. ppx_ts
  1982. ppx_tydi < "v0.17.0"
  1983. ppx_type_directed_value
  1984. ppx_typed_fields < "v0.17.0"
  1985. ppx_typerep_conv >= "v0.12.0" & < "v0.17.0"
  1986. ppx_tyre
  1987. ppx_units
  1988. ppx_variants_conv >= "v0.12.0" & < "v0.17.0"
  1989. ppx_viewpattern
  1990. ppx_wideopen
  1991. ppx_xml_conv >= "v0.12.0" & < "v0.17.0"
  1992. ppx_yojson
  1993. ppx_yojson_conv < "v0.17.0"
  1994. ppx_yojson_conv_lib < "v0.17.0"
  1995. ppxfind >= "1.3"
  1996. ppxlib >= "0.4.0"
  1997. ppxx >= "2.4.0"
  1998. pratter
  1999. prbnmcn-basic-structures
  2000. prbnmcn-cgrph
  2001. prbnmcn-clustering
  2002. prbnmcn-dagger
  2003. prbnmcn-dagger-gsl
  2004. prbnmcn-dagger-stats
  2005. prbnmcn-dagger-test
  2006. prbnmcn-gnuplot
  2007. prbnmcn-linalg
  2008. prbnmcn-mcts
  2009. prbnmcn-proptest
  2010. prbnmcn-stats
  2011. prbnmcn-ucb1
  2012. prc
  2013. preface
  2014. prelude
  2015. prettym
  2016. printbox >= "0.3"
  2017. printbox-ext-plot
  2018. printbox-html
  2019. printbox-md
  2020. printbox-text >= "0.6.1"
  2021. proc-smaps
  2022. prof_spacetime >= "0.3.0"
  2023. profunctor < "v0.17.0"
  2024. progress
  2025. prom
  2026. prometheus >= "0.6"
  2027. prometheus-app >= "0.6"
  2028. promise
  2029. promise_jsoo
  2030. promise_jsoo_lwt
  2031. protocell
  2032. protocol-9p >= "1.0.0"
  2033. protocol-9p-tool >= "1.0.0"
  2034. protocol-9p-unix >= "1.0.0"
  2035. protocol_version_header >= "v0.12.0" & < "v0.17.0"
  2036. prr
  2037. psmt2-frontend = "0.3.0" | >= "0.4.0"
  2038. psq >= "0.1.1"
  2039. ptmap >= "2.0.5"
  2040. ptset >= "1.0.1"
  2041. pulseaudio >= "0.1.4"
  2042. pure-html
  2043. pure-splitmix >= "0.3"
  2044. pvec
  2045. py >= "1.1"
  2046. pyast
  2047. pyml >= "20210924"
  2048. pyml_bindgen >= "0.3.0"
  2049. pyre-ast
  2050. pythonlib
  2051. qbf >= "0.3"
  2052. qcheck >= "0.9"
  2053. qcheck-alcotest
  2054. qcheck-core
  2055. qcheck-lin
  2056. qcheck-multicoretests-util
  2057. qcheck-ounit
  2058. qcheck-stm
  2059. qinap
  2060. qiskit < "0.44.0"
  2061. qmp >= "0.19.0"
  2062. qrencode >= "0.2"
  2063. qtest >= "2.10.1"
  2064. queenshead
  2065. quests
  2066. radamsa
  2067. radare2 >= "0.0.3"
  2068. randii
  2069. randomconv >= "0.1.1"
  2070. randoml
  2071. range >= "0.8"
  2072. rangeSet
  2073. rankers
  2074. rawlink >= "1.0" & < "2.1"
  2075. raygui
  2076. raylib
  2077. rdbg >= "1.196.12"
  2078. rdf >= "0.13.0"
  2079. rdf_impls
  2080. rdf_json_ld
  2081. rdf_lwt
  2082. rdf_mysql
  2083. rdf_postgresql
  2084. rdf_ppx
  2085. re >= "1.9.0"
  2086. re2 >= "v0.12.1" & < "v0.17.0"
  2087. re2_stable
  2088. re_parser < "v0.17.0"
  2089. reactiveData >= "0.3.0"
  2090. reanalyze
  2091. reason >= "3.5.0"
  2092. reason-standard
  2093. received
  2094. record_builder >= "v0.12.0" & < "v0.17.0"
  2095. records >= "1.0.0"
  2096. reddit_api_async
  2097. reddit_api_kernel
  2098. redirect
  2099. redis >= "0.4"
  2100. redis-async < "v0.17.0"
  2101. redis-lwt >= "0.4"
  2102. redis-sync >= "0.4"
  2103. reed-solomon-erasure >= "1.0.2"
  2104. reedsolomon >= "0.3"
  2105. refl
  2106. regenerate >= "0.2"
  2107. regex_parser_intf < "v0.17.0"
  2108. relit_helper
  2109. remu_ts
  2110. reparse
  2111. reparse-lwt
  2112. reparse-lwt-unix
  2113. reparse-unix
  2114. repr
  2115. repr-bench
  2116. repr-fuzz
  2117. res >= "5.0.1"
  2118. res_tailwindcss
  2119. resource-pooling >= "1.1"
  2120. resource_cache >= "v0.12.0" & < "v0.17.0"
  2121. resp
  2122. resp-client
  2123. resp-mirage
  2124. resp-server >= "0.9"
  2125. resp-unix
  2126. resto
  2127. resto-acl
  2128. resto-cohttp
  2129. resto-cohttp-client
  2130. resto-cohttp-self-serving-client
  2131. resto-cohttp-server
  2132. resto-directory
  2133. resto-json
  2134. result >= "1.4"
  2135. rfc1951 >= "0.8.1" & != "1.0.0"
  2136. rfc6287 >= "1.0.4"
  2137. rfc7748
  2138. rfsm >= "1.6-alpha-3" & < "2.0"
  2139. rhythm
  2140. ringo
  2141. ringo-lwt
  2142. river >= "0.2"
  2143. rock
  2144. roman
  2145. root1d >= "0.5.1"
  2146. rope >= "0.6.2"
  2147. rosa
  2148. rosetta >= "0.2.0"
  2149. routes
  2150. rpc >= "6.1.0"
  2151. rpc_parallel >= "v0.12.0" & < "v0.17.0"
  2152. rpclib >= "6.1.0"
  2153. rpclib-async >= "6.1.0"
  2154. rpclib-html
  2155. rpclib-js
  2156. rpclib-lwt >= "6.1.0"
  2157. rsdd
  2158. rss
  2159. rtop >= "3.5.0"
  2160. rungen
  2161. rusage
  2162. rust-staticlib-gen
  2163. rust-staticlib-virtual
  2164. SZXX
  2165. safemoney
  2166. safepass >= "3.1"
  2167. sail >= "0.15"
  2168. sail_c_backend
  2169. sail_coq_backend
  2170. sail_doc_backend
  2171. sail_latex_backend
  2172. sail_lem_backend
  2173. sail_manifest
  2174. sail_ocaml_backend
  2175. sail_output
  2176. sail_smt_backend
  2177. sail_sv_backend
  2178. salsa20 >= "1.0.0"
  2179. salsa20-core >= "1.0.0"
  2180. samplerate >= "0.1.5"
  2181. sanddb >= "0.2"
  2182. sarek >= "20210823"
  2183. satex
  2184. saturn < "0.4.1"
  2185. saturn_lockfree < "0.4.1"
  2186. satyrographos
  2187. scad_ml
  2188. scaml < "1.5.0"
  2189. scfg
  2190. scgi
  2191. scipy
  2192. scrypt-kdf >= "1.0.0"
  2193. sd_logic
  2194. search
  2195. searchTree
  2196. secp256k1 >= "0.4.1"
  2197. secp256k1-internal
  2198. sedlex >= "2.0"
  2199. sek
  2200. selective
  2201. semantic_version < "v0.17.0"
  2202. semaphore-compat
  2203. semver >= "0.2.1"
  2204. semver2
  2205. sendmail
  2206. sendmail-lwt
  2207. sendmail-miou-unix
  2208. sendmail-mirage
  2209. sentry
  2210. seq >= "0.2" & < "base"
  2211. seqes
  2212. sequencer_table >= "v0.12.0" & < "v0.17.0"
  2213. serial
  2214. session >= "0.4.1"
  2215. session-cohttp >= "0.4.1"
  2216. session-cohttp-async >= "0.4.1"
  2217. session-cohttp-lwt >= "0.4.1"
  2218. session-cookie
  2219. session-cookie-async
  2220. session-cookie-lwt
  2221. session-postgresql >= "0.4.1"
  2222. session-postgresql-async >= "0.4.1"
  2223. session-postgresql-lwt >= "0.4.1"
  2224. session-redis-lwt >= "0.4.1"
  2225. session-webmachine >= "0.4.1"
  2226. setcore >= "1.0.2"
  2227. sexp < "v0.17.0"
  2228. sexp_decode
  2229. sexp_diff < "v0.17.0"
  2230. sexp_diff_kernel
  2231. sexp_grammar < "v0.17.0"
  2232. sexp_macro < "v0.17.0"
  2233. sexp_pretty >= "v0.12.0" & < "v0.17.0"
  2234. sexp_select < "v0.17.0"
  2235. sexp_string_quickcheck < "v0.17.0"
  2236. sexplib >= "v0.12.0" & < "v0.17.0"
  2237. sexplib0 >= "v0.12.0" & < "v0.17.0"
  2238. sgf >= "1.0.1"
  2239. sha >= "1.13"
  2240. shapefile
  2241. shared-block-ring >= "3.0.0"
  2242. shared-memory-ring >= "3.1.0"
  2243. shared-memory-ring-lwt >= "3.1.0"
  2244. shared-secret >= "0.4"
  2245. shell < "v0.17.0"
  2246. shexp >= "v0.12.0" & < "v0.17.0"
  2247. shine >= "0.2.2"
  2248. shuttle
  2249. shuttle_http
  2250. shuttle_ssl
  2251. shuttle_websocket
  2252. sifun
  2253. sihl
  2254. sihl-cache
  2255. sihl-contract
  2256. sihl-core
  2257. sihl-email
  2258. sihl-facade
  2259. sihl-persistence
  2260. sihl-queue
  2261. sihl-session
  2262. sihl-storage
  2263. sihl-token
  2264. sihl-type
  2265. sihl-user
  2266. sihl-web
  2267. simple63
  2268. sklearn
  2269. slacko >= "0.14.1"
  2270. slug
  2271. smart-print >= "0.3.0"
  2272. smbc >= "0.5"
  2273. smol
  2274. smol-helpers
  2275. smtlib-utils
  2276. smtml < "0.1.1"
  2277. snappy >= "0.1.2"
  2278. snoke
  2279. so
  2280. sodium-fmt
  2281. solid
  2282. solid_server
  2283. solid_tools
  2284. solidity-alcotest
  2285. solidity-common
  2286. solidity-parser
  2287. solidity-test
  2288. solidity-typechecker
  2289. solo5-elftool
  2290. sortedseq_intersect
  2291. soundtouch >= "0.1.9"
  2292. soupault
  2293. spacetime_lib >= "0.3.0"
  2294. spatial-shell
  2295. spawn < "v0.9.0" | >= "v0.13.0"
  2296. spdx_licenses
  2297. spectrum
  2298. speex >= "0.4.0"
  2299. spelll >= "0.4"
  2300. spin
  2301. splay_tree >= "v0.12.0" & < "v0.17.0"
  2302. splittable_random >= "v0.12.0" & < "v0.17.0"
  2303. spoc >= "20210823"
  2304. spoc_ppx
  2305. spoke
  2306. spotify-web-api >= "0.2.1"
  2307. spotlib >= "4.1.0"
  2308. sqlgg >= "20200521"
  2309. sqlite3 >= "4.4.1"
  2310. sqlite3_utils
  2311. srt < "0.3.1"
  2312. ssh-agent >= "0.2.0"
  2313. ssh-agent-unix
  2314. ssl >= "0.5.6"
  2315. stdcompat >= "19"
  2316. stdint >= "0.6.0"
  2317. stdint-literals
  2318. stdio >= "v0.12.0" & < "v0.17.0"
  2319. stdlib-diff
  2320. stdlib-random
  2321. stdlib-shims
  2322. stdune < "3.3.0"
  2323. stitch
  2324. stk
  2325. stk_iconv
  2326. stk_ocf
  2327. stk_ppx
  2328. stk_rdf
  2329. stog >= "0.20.0"
  2330. stog_all
  2331. stog_asy
  2332. stog_dot
  2333. stog_extern
  2334. stog_markdown
  2335. stog_multi_doc
  2336. stog_nocaml
  2337. stog_noexec
  2338. stog_plugins
  2339. stog_rdf
  2340. stog_rel_href
  2341. stog_server
  2342. stog_server_multi
  2343. stog_sitemap
  2344. stog_writing
  2345. stored_reversed < "v0.17.0"
  2346. streamable < "v0.17.0"
  2347. streaming
  2348. string_dict >= "v0.12.0" & < "v0.17.0"
  2349. stringext >= "1.6.0"
  2350. sturgeon >= "0.4.2"
  2351. subscriptions-transport-ws
  2352. subtype-refinement >= "0.2"
  2353. sun
  2354. svmwrap
  2355. swagger >= "0.2.0"
  2356. swhid
  2357. swhid_compute
  2358. swhid_core
  2359. swhid_types
  2360. swipl
  2361. syguslib-utils
  2362. syndic >= "1.6.0"
  2363. sys-socket
  2364. sys-socket-unix
  2365. syslog >= "2.0.1"
  2366. syslog-message >= "1.0.0"
  2367. syslog-rfc5424
  2368. systemverilog >= "0.0.2"
  2369. tablecloth-base
  2370. tablecloth-native < "transition"
  2371. taglib >= "0.3.7"
  2372. talaria-bibtex
  2373. tar >= "1.0.0"
  2374. tar-eio
  2375. tar-mirage >= "1.0.0"
  2376. tar-unix >= "1.0.0"
  2377. tcalc
  2378. tcpip >= "3.7.0"
  2379. tdigest
  2380. teash
  2381. telltime
  2382. tensorboard
  2383. term-indexing
  2384. term-tools
  2385. terminal
  2386. terminal_size >= "0.1.4"
  2387. terminus
  2388. terminus-cohttp
  2389. terminus-hlc
  2390. testu01
  2391. textmate-language
  2392. textrazor
  2393. textutils >= "v0.12.0" & < "v0.17.0"
  2394. textutils_kernel >= "v0.12.0" & < "v0.17.0"
  2395. textwrap >= "0.2.1"
  2396. tezos-008-PtEdo2Zk-test-helpers
  2397. tezos-009-PsFLoren-test-helpers
  2398. tezos-010-PtGRANAD-test-helpers
  2399. tezos-011-PtHangz2-test-helpers
  2400. tezos-012-Psithaca-test-helpers
  2401. tezos-013-PtJakart-test-helpers
  2402. tezos-014-PtKathma-test-helpers
  2403. tezos-accuser-006-PsCARTHA
  2404. tezos-accuser-007-PsDELPH1
  2405. tezos-accuser-008-PtEdo2Zk
  2406. tezos-accuser-008-PtEdoTez
  2407. tezos-accuser-009-PsFLoren
  2408. tezos-accuser-010-PtGRANAD
  2409. tezos-accuser-011-PtHangz2
  2410. tezos-accuser-012-Psithaca
  2411. tezos-accuser-013-PtJakart
  2412. tezos-accuser-014-PtKathma
  2413. tezos-accuser-alpha
  2414. tezos-alpha-test-helpers
  2415. tezos-baker-006-PsCARTHA
  2416. tezos-baker-007-PsDELPH1
  2417. tezos-baker-008-PtEdo2Zk
  2418. tezos-baker-008-PtEdoTez
  2419. tezos-baker-009-PsFLoren
  2420. tezos-baker-010-PtGRANAD
  2421. tezos-baker-011-PtHangz2
  2422. tezos-baker-012-Psithaca
  2423. tezos-baker-013-PtJakart
  2424. tezos-baker-014-PtKathma
  2425. tezos-baker-alpha
  2426. tezos-baking-006-PsCARTHA
  2427. tezos-baking-006-PsCARTHA-commands
  2428. tezos-baking-007-PsDELPH1
  2429. tezos-baking-007-PsDELPH1-commands
  2430. tezos-baking-008-PtEdo2Zk
  2431. tezos-baking-008-PtEdo2Zk-commands
  2432. tezos-baking-008-PtEdoTez
  2433. tezos-baking-008-PtEdoTez-commands
  2434. tezos-baking-009-PsFLoren
  2435. tezos-baking-009-PsFLoren-commands
  2436. tezos-baking-010-PtGRANAD
  2437. tezos-baking-010-PtGRANAD-commands
  2438. tezos-baking-011-PtHangz2
  2439. tezos-baking-011-PtHangz2-commands
  2440. tezos-baking-012-Psithaca
  2441. tezos-baking-012-Psithaca-commands
  2442. tezos-baking-013-PtJakart
  2443. tezos-baking-013-PtJakart-commands
  2444. tezos-baking-014-PtKathma
  2445. tezos-baking-014-PtKathma-commands
  2446. tezos-baking-015-PtLimaPt
  2447. tezos-baking-015-PtLimaPt-commands
  2448. tezos-baking-016-PtMumbai
  2449. tezos-baking-016-PtMumbai-commands
  2450. tezos-baking-017-PtNairob
  2451. tezos-baking-017-PtNairob-commands
  2452. tezos-baking-alpha
  2453. tezos-baking-alpha-commands
  2454. tezos-base
  2455. tezos-base-test-helpers
  2456. tezos-base58
  2457. tezos-benchmark < "19.0"
  2458. tezos-bls12-381-polynomial
  2459. tezos-clic
  2460. tezos-client
  2461. tezos-client-000-Ps9mPmXa
  2462. tezos-client-001-PtCJ7pwo
  2463. tezos-client-001-PtCJ7pwo-commands
  2464. tezos-client-002-PsYLVpVv
  2465. tezos-client-002-PsYLVpVv-commands
  2466. tezos-client-003-PsddFKi3
  2467. tezos-client-003-PsddFKi3-commands
  2468. tezos-client-004-Pt24m4xi
  2469. tezos-client-004-Pt24m4xi-commands
  2470. tezos-client-005-PsBabyM1
  2471. tezos-client-005-PsBabyM1-commands
  2472. tezos-client-006-PsCARTHA
  2473. tezos-client-006-PsCARTHA-commands
  2474. tezos-client-007-PsDELPH1
  2475. tezos-client-007-PsDELPH1-commands
  2476. tezos-client-007-PsDELPH1-commands-registration
  2477. tezos-client-008-PtEdo2Zk
  2478. tezos-client-008-PtEdo2Zk-commands
  2479. tezos-client-008-PtEdo2Zk-commands-registration
  2480. tezos-client-008-PtEdoTez
  2481. tezos-client-008-PtEdoTez-commands
  2482. tezos-client-008-PtEdoTez-commands-registration
  2483. tezos-client-009-PsFLoren
  2484. tezos-client-009-PsFLoren-commands
  2485. tezos-client-009-PsFLoren-commands-registration
  2486. tezos-client-010-PtGRANAD
  2487. tezos-client-010-PtGRANAD-commands
  2488. tezos-client-010-PtGRANAD-commands-registration
  2489. tezos-client-011-PtHangz2
  2490. tezos-client-011-PtHangz2-commands
  2491. tezos-client-011-PtHangz2-commands-registration
  2492. tezos-client-012-Psithaca
  2493. tezos-client-012-Psithaca-commands
  2494. tezos-client-012-Psithaca-commands-registration
  2495. tezos-client-013-PtJakart
  2496. tezos-client-013-PtJakart-commands
  2497. tezos-client-013-PtJakart-commands-registration
  2498. tezos-client-014-PtKathma
  2499. tezos-client-015-PtLimaPt
  2500. tezos-client-016-PtMumbai
  2501. tezos-client-017-PtNairob
  2502. tezos-client-alpha
  2503. tezos-client-alpha-commands
  2504. tezos-client-alpha-commands-registration
  2505. tezos-client-base
  2506. tezos-client-base-unix
  2507. tezos-client-commands
  2508. tezos-client-demo-counter < "19.0"
  2509. tezos-client-genesis < "19.0"
  2510. tezos-client-genesis-carthagenet
  2511. tezos-client-sapling-008-PtEdo2Zk
  2512. tezos-client-sapling-008-PtEdoTez
  2513. tezos-client-sapling-009-PsFLoren
  2514. tezos-client-sapling-010-PtGRANAD
  2515. tezos-client-sapling-011-PtHangz2
  2516. tezos-client-sapling-012-Psithaca
  2517. tezos-client-sapling-013-PtJakart
  2518. tezos-client-sapling-alpha
  2519. tezos-codec
  2520. tezos-context
  2521. tezos-context-hash
  2522. tezos-context-hash-irmin
  2523. tezos-context-ops
  2524. tezos-crypto
  2525. tezos-crypto-dal
  2526. tezos-dac-client-lib < "19.0"
  2527. tezos-dac-lib < "19.0"
  2528. tezos-dac-node-lib < "19.0"
  2529. tezos-dal-node-lib < "19.0"
  2530. tezos-dal-node-services < "19.0"
  2531. tezos-embedded-protocol-000-Ps9mPmXa
  2532. tezos-embedded-protocol-001-PtCJ7pwo
  2533. tezos-embedded-protocol-002-PsYLVpVv
  2534. tezos-embedded-protocol-003-PsddFKi3
  2535. tezos-embedded-protocol-004-Pt24m4xi
  2536. tezos-embedded-protocol-005-PsBABY5H
  2537. tezos-embedded-protocol-005-PsBabyM1
  2538. tezos-embedded-protocol-006-PsCARTHA
  2539. tezos-embedded-protocol-007-PsDELPH1
  2540. tezos-embedded-protocol-008-PtEdo2Zk
  2541. tezos-embedded-protocol-008-PtEdoTez
  2542. tezos-embedded-protocol-009-PsFLoren
  2543. tezos-embedded-protocol-010-PtGRANAD
  2544. tezos-embedded-protocol-011-PtHangz2
  2545. tezos-embedded-protocol-012-Psithaca
  2546. tezos-embedded-protocol-013-PtJakart
  2547. tezos-embedded-protocol-014-PtKathma
  2548. tezos-embedded-protocol-015-PtLimaPt
  2549. tezos-embedded-protocol-016-PtMumbai
  2550. tezos-embedded-protocol-017-PtNairob
  2551. tezos-embedded-protocol-alpha
  2552. tezos-embedded-protocol-demo-counter
  2553. tezos-embedded-protocol-demo-noops
  2554. tezos-embedded-protocol-genesis
  2555. tezos-embedded-protocol-genesis-carthagenet
  2556. tezos-endorser-006-PsCARTHA
  2557. tezos-endorser-007-PsDELPH1
  2558. tezos-endorser-008-PtEdo2Zk
  2559. tezos-endorser-008-PtEdoTez
  2560. tezos-endorser-009-PsFLoren
  2561. tezos-endorser-010-PtGRANAD
  2562. tezos-endorser-011-PtHangz2
  2563. tezos-endorser-alpha
  2564. tezos-error-monad
  2565. tezos-event-logging
  2566. tezos-event-logging-test-helpers
  2567. tezos-hacl
  2568. tezos-hacl-glue
  2569. tezos-hacl-glue-unix
  2570. tezos-injector-013-PtJakart
  2571. tezos-injector-014-PtKathma
  2572. tezos-injector-015-PtLimaPt
  2573. tezos-injector-016-PtMumbai
  2574. tezos-injector-alpha
  2575. tezos-layer2-store
  2576. tezos-layer2-utils-016-PtMumbai
  2577. tezos-layer2-utils-017-PtNairob
  2578. tezos-lazy-containers
  2579. tezos-legacy-store
  2580. tezos-lmdb
  2581. tezos-lwt-result-stdlib
  2582. tezos-mempool-006-PsCARTHA
  2583. tezos-mempool-007-PsDELPH1
  2584. tezos-mempool-008-PtEdoTez
  2585. tezos-micheline
  2586. tezos-micheline-rewriting
  2587. tezos-mockup
  2588. tezos-mockup-commands
  2589. tezos-mockup-proxy
  2590. tezos-mockup-registration
  2591. tezos-node
  2592. tezos-openapi < "20.1"
  2593. tezos-p2p
  2594. tezos-p2p-services
  2595. tezos-plompiler
  2596. tezos-plonk
  2597. tezos-protocol-000-Ps9mPmXa < "19.0"
  2598. tezos-protocol-001-PtCJ7pwo < "19.0"
  2599. tezos-protocol-002-PsYLVpVv < "19.0"
  2600. tezos-protocol-003-PsddFKi3 < "19.0"
  2601. tezos-protocol-004-Pt24m4xi < "19.0"
  2602. tezos-protocol-005-PsBABY5H < "19.0"
  2603. tezos-protocol-005-PsBabyM1 < "19.0"
  2604. tezos-protocol-006-PsCARTHA < "19.0"
  2605. tezos-protocol-006-PsCARTHA-parameters
  2606. tezos-protocol-007-PsDELPH1 < "19.0"
  2607. tezos-protocol-007-PsDELPH1-parameters
  2608. tezos-protocol-008-PtEdo2Zk < "19.0"
  2609. tezos-protocol-008-PtEdo2Zk-parameters
  2610. tezos-protocol-008-PtEdoTez < "19.0"
  2611. tezos-protocol-008-PtEdoTez-parameters
  2612. tezos-protocol-009-PsFLoren < "19.0"
  2613. tezos-protocol-009-PsFLoren-parameters
  2614. tezos-protocol-010-PtGRANAD < "19.0"
  2615. tezos-protocol-010-PtGRANAD-parameters
  2616. tezos-protocol-011-PtHangz2 < "19.0"
  2617. tezos-protocol-011-PtHangz2-parameters
  2618. tezos-protocol-012-Psithaca < "19.0"
  2619. tezos-protocol-012-Psithaca-parameters
  2620. tezos-protocol-013-PtJakart < "19.0"
  2621. tezos-protocol-013-PtJakart-parameters
  2622. tezos-protocol-014-PtKathma < "19.0"
  2623. tezos-protocol-015-PtLimaPt < "19.0"
  2624. tezos-protocol-016-PtMumbai < "19.0"
  2625. tezos-protocol-017-PtNairob < "19.0"
  2626. tezos-protocol-018-Proxford < "19.0"
  2627. tezos-protocol-alpha < "19.0"
  2628. tezos-protocol-alpha-parameters
  2629. tezos-protocol-compiler
  2630. tezos-protocol-demo-counter < "19.0"
  2631. tezos-protocol-demo-noops < "19.0"
  2632. tezos-protocol-environment
  2633. tezos-protocol-environment-packer
  2634. tezos-protocol-environment-sigs
  2635. tezos-protocol-environment-structs
  2636. tezos-protocol-genesis < "19.0"
  2637. tezos-protocol-genesis-carthagenet
  2638. tezos-protocol-plugin-007-PsDELPH1
  2639. tezos-protocol-plugin-007-PsDELPH1-registerer
  2640. tezos-protocol-plugin-008-PtEdo2Zk
  2641. tezos-protocol-plugin-008-PtEdo2Zk-registerer
  2642. tezos-protocol-plugin-009-PsFLoren
  2643. tezos-protocol-plugin-009-PsFLoren-registerer
  2644. tezos-protocol-plugin-010-PtGRANAD
  2645. tezos-protocol-plugin-010-PtGRANAD-registerer
  2646. tezos-protocol-plugin-011-PtHangz2
  2647. tezos-protocol-plugin-011-PtHangz2-registerer
  2648. tezos-protocol-plugin-012-Psithaca
  2649. tezos-protocol-plugin-012-Psithaca-registerer
  2650. tezos-protocol-plugin-012-Psithaca-tests
  2651. tezos-protocol-plugin-013-PtJakart
  2652. tezos-protocol-plugin-013-PtJakart-registerer
  2653. tezos-protocol-plugin-013-PtJakart-tests
  2654. tezos-protocol-plugin-014-PtKathma
  2655. tezos-protocol-plugin-014-PtKathma-registerer
  2656. tezos-protocol-plugin-015-PtLimaPt
  2657. tezos-protocol-plugin-015-PtLimaPt-registerer
  2658. tezos-protocol-plugin-016-PtMumbai
  2659. tezos-protocol-plugin-016-PtMumbai-registerer
  2660. tezos-protocol-plugin-017-PtNairob
  2661. tezos-protocol-plugin-017-PtNairob-registerer
  2662. tezos-protocol-plugin-alpha
  2663. tezos-protocol-plugin-alpha-registerer
  2664. tezos-protocol-plugin-alpha-tests
  2665. tezos-protocol-updater
  2666. tezos-proxy
  2667. tezos-proxy-server
  2668. tezos-proxy-server-config < "19.0"
  2669. tezos-requester
  2670. tezos-rpc
  2671. tezos-rpc-http
  2672. tezos-rpc-http-client
  2673. tezos-rpc-http-client-unix
  2674. tezos-rpc-http-server
  2675. tezos-sapling
  2676. tezos-scoru-wasm
  2677. tezos-scoru-wasm-fast
  2678. tezos-scoru-wasm-helpers
  2679. tezos-shell
  2680. tezos-shell-benchmarks
  2681. tezos-shell-context
  2682. tezos-shell-context-test
  2683. tezos-shell-services
  2684. tezos-shell-services-test-helpers
  2685. tezos-signer
  2686. tezos-signer-backends
  2687. tezos-signer-services
  2688. tezos-smart-rollup-016-PtMumbai
  2689. tezos-smart-rollup-017-PtNairob
  2690. tezos-smart-rollup-alpha
  2691. tezos-smart-rollup-layer2-016-PtMumbai
  2692. tezos-smart-rollup-layer2-017-PtNairob
  2693. tezos-stdlib >= "13.0"
  2694. tezos-stdlib-unix
  2695. tezos-storage
  2696. tezos-store
  2697. tezos-test-helpers
  2698. tezos-test-helpers-extra
  2699. tezos-test-services
  2700. tezos-tooling
  2701. tezos-tree-encoding
  2702. tezos-tx-rollup-013-PtJakart
  2703. tezos-tx-rollup-014-PtKathma
  2704. tezos-tx-rollup-015-PtLimaPt
  2705. tezos-tx-rollup-alpha
  2706. tezos-tx-rollup-client-013-PtJakart
  2707. tezos-tx-rollup-client-014-PtKathma
  2708. tezos-tx-rollup-client-alpha
  2709. tezos-tx-rollup-node-013-PtJakart
  2710. tezos-tx-rollup-node-014-PtKathma
  2711. tezos-tx-rollup-node-alpha
  2712. tezos-validation
  2713. tezos-validator
  2714. tezos-version
  2715. tezos-wasmer
  2716. tezos-webassembly-interpreter
  2717. tezos-webassembly-interpreter-extra
  2718. tezos-workers
  2719. tezt
  2720. tezt-performance-regression
  2721. tezt-tezos < "19.0"
  2722. theora >= "0.4.0"
  2723. thread-local-storage
  2724. thrift >= "0.10.0"
  2725. tidy >= "5-0.2"
  2726. tidy_email
  2727. tidy_email_mailgun
  2728. tidy_email_sendgrid
  2729. tidy_email_smtp
  2730. tilde_f < "v0.17.0"
  2731. time_now < "v0.17.0"
  2732. timed >= "1.1"
  2733. timedesc
  2734. timedesc-json
  2735. timedesc-sexp
  2736. timedesc-tzdb
  2737. timedesc-tzlocal
  2738. timedesc-tzlocal-js
  2739. timere
  2740. timere-parse
  2741. timezone < "v0.17.0"
  2742. timmy
  2743. timmy-jsoo
  2744. timmy-lwt
  2745. timmy-unix
  2746. tiny_httpd
  2747. tiny_httpd_camlzip
  2748. tip-parser >= "0.4"
  2749. tldr
  2750. tls >= "0.11.0"
  2751. tls-async
  2752. tls-eio
  2753. tls-lwt
  2754. tls-miou-unix
  2755. tls-mirage
  2756. tofn
  2757. toml >= "5.0.0"
  2758. toml-cconv
  2759. toml_cconv
  2760. toplevel_backend < "v0.17.0"
  2761. toplevel_expect_test >= "v0.12.0" & < "v0.17.0"
  2762. topojson
  2763. topojsone
  2764. topological_sort >= "v0.12.0" & < "v0.17.0"
  2765. torch < "v0.17.0"
  2766. tqdm
  2767. trace
  2768. trace-fuchsia
  2769. trace-tef
  2770. tracing < "v0.17.0"
  2771. tracy-client
  2772. transept
  2773. traverse
  2774. travesty != "0.6.1" & < "0.7.2"
  2775. travis-opam >= "1.5.0"
  2776. trax >= "0.4.0"
  2777. tree_layout >= "0.2"
  2778. treeprint >= "2.3.0"
  2779. trexio
  2780. trie >= "1.0.0"
  2781. tsdl-image >= "0.3.0"
  2782. tsdl-mixer >= "0.3.0"
  2783. tsdl-ttf >= "0.3"
  2784. tsort
  2785. tube >= "4.4.0"
  2786. tuntap >= "1.7.0"
  2787. twirp_cohttp_lwt_unix
  2788. twirp_core
  2789. twirp_ezcurl
  2790. twirp_tiny_httpd
  2791. twostep
  2792. tyabt
  2793. type_eq
  2794. typerep >= "v0.12.0" & < "v0.17.0"
  2795. typeset
  2796. tyre >= "0.5"
  2797. tyxml >= "4.3.0"
  2798. tyxml-jsx
  2799. tyxml-lwd
  2800. tyxml-ppx >= "4.3.0"
  2801. tyxml-syntax
  2802. u2f
  2803. ubase
  2804. ubpf >= "0.2"
  2805. uecc >= "0.3"
  2806. uint >= "2.0.1"
  2807. ulid
  2808. um-abt
  2809. unidecode
  2810. unionFind
  2811. unisim_archisec
  2812. unison >= "2.51.4" & < "2.53.4"
  2813. universo
  2814. unix-errno >= "0.6.0"
  2815. unstrctrd
  2816. uri >= "2.2.0"
  2817. uri-bench
  2818. uri-re
  2819. uri-sexp
  2820. uring
  2821. uritemplate
  2822. user-agent-parser
  2823. username_kernel < "v0.17.0"
  2824. uspf
  2825. uspf-lwt
  2826. uspf-mirage
  2827. uspf-unix
  2828. utop >= "2.3.0"
  2829. uuuu >= "0.1.1"
  2830. validator
  2831. variantslib >= "v0.12.0" & < "v0.17.0"
  2832. varray
  2833. vcaml
  2834. vcardgen >= "1.2"
  2835. vchan >= "4.0.0"
  2836. vchan-unix >= "4.0.0"
  2837. vchan-xen >= "4.0.0"
  2838. vdom
  2839. vec
  2840. vector
  2841. vector3 >= "1.0.0"
  2842. vercel
  2843. vhd-format >= "0.12.0"
  2844. vhd-format-lwt >= "0.12.0"
  2845. virtual_dom >= "v0.12.0" & < "v0.17.0"
  2846. visitors >= "20200207"
  2847. vlq >= "0.2.1"
  2848. vmnet >= "1.3.2"
  2849. vocal
  2850. voqc
  2851. vorbis >= "0.8.0"
  2852. vpt >= "5.0.0"
  2853. vue-jsoo
  2854. wall >= "0.4"
  2855. wasmer
  2856. wasmtime
  2857. wayland
  2858. waylaunch
  2859. webauthn
  2860. weberizer >= "0.8"
  2861. webmachine >= "0.6.2"
  2862. websocket >= "2.12"
  2863. websocket-async >= "2.12"
  2864. websocket-lwt >= "2.12"
  2865. websocket-lwt-unix
  2866. websocketaf
  2867. webtest >= "2.0.0"
  2868. webtest-js
  2869. weevil
  2870. wikitext
  2871. win-error >= "1.0"
  2872. win-eventlog >= "0.3"
  2873. winsvc
  2874. ws
  2875. ws-server
  2876. wseg
  2877. wtf8 >= "1.0.2"
  2878. wtr
  2879. wtr-ppx
  2880. wu-manber-fuzzy-search
  2881. x509 >= "0.6.3"
  2882. x86_64-esperanto >= "0.0.6"
  2883. xapi-backtrace >= "0.7"
  2884. xapi-inventory >= "1.2.1"
  2885. xapi-rrd >= "1.8.2"
  2886. xapi-stdext-date
  2887. xapi-stdext-encodings
  2888. xapi-stdext-pervasives
  2889. xapi-stdext-std
  2890. xapi-stdext-threads
  2891. xapi-stdext-unix
  2892. xapi-stdext-zerocheck
  2893. xdg < "3.3.0"
  2894. xdg-basedir
  2895. xen-evtchn >= "2.1.0"
  2896. xen-evtchn-unix >= "2.1.0"
  2897. xen-gnt >= "3.1.0"
  2898. xen-gnt-unix >= "3.1.0"
  2899. xenstore >= "2.1.0"
  2900. xenstore_transport >= "1.1.0"
  2901. xmelly
  2902. xml-light >= "2.5"
  2903. xmldiff >= "0.7.0"
  2904. xmldiff_js
  2905. xmlplaylist >= "0.1.5"
  2906. xoshiro
  2907. xtmpl >= "0.19.0"
  2908. xtmpl_js
  2909. xtmpl_ppx
  2910. yaml >= "1.0.0"
  2911. yaml-sexp
  2912. yara >= "0.2"
  2913. yocaml < "2.0.0"
  2914. yocaml_cmark
  2915. yocaml_git < "2.0.0"
  2916. yocaml_jingoo < "2.0.0"
  2917. yocaml_markdown
  2918. yocaml_mustache < "2.0.0"
  2919. yocaml_syndication < "2.0.0"
  2920. yocaml_unix < "2.0.0"
  2921. yocaml_yaml < "2.0.0"
  2922. yojson >= "1.5.0"
  2923. yojson-bench
  2924. yojson-five
  2925. yurt >= "0.6"
  2926. yuscii >= "0.2.1"
  2927. yuujinchou
  2928. zarith-ppx
  2929. zarith_stubs_js < "v0.17.0"
  2930. zed >= "2.0"
  2931. zeit
  2932. zelus
  2933. zelus-gtk
  2934. zipperposition >= "1.5.1"
  2935. zipperposition-tools
  2936. zlib >= "0.6"
  2937. zlist >= "0.4.0"
  2938. zmq >= "5.1.0"
  2939. zmq-async >= "5.1.0"
  2940. zmq-eio
  2941. zmq-lwt >= "5.1.0"
  2942. zstandard >= "v0.12.1" & < "v0.17.0"
  2943. zstd = "0.3"
  2944. zxcvbn >= "2.3+2"

Conflicts (7)

  1. jbuilder = "transition"
  2. js_of_ocaml-compiler < "3.6.0"
  3. dune-release < "1.3.0"
  4. odoc < "2.0.1"
  5. dune-configurator < "2.3.0"
  6. ocaml-lsp-server < "1.3.0"
  7. merlin < "3.4.0"
OCaml

Innovation. Community. Security.