package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.16.0.tbz
sha256=5481dde7918ca3121e02c34d74339f734b32d5883efb8c1b8056471e74f9bda6
sha512=529f937c61bc9ea7b135c2425f2d730478b48e6ab6b6455c354138d27b76bd43afce40d4784a6f183d6308d3cf0f5d5cea5bea070f83442949762ed818fb44bc

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 is composable; supporting multi-package development by simply dropping multiple repositories into the same directory.

Dune 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: 17 Jun 2024

README

README.md

A Composable Build System for OCaml

Dune is a build system for OCaml. It provides a consistent experience and takes care of the low-level details of OCaml compilation. You need only to provide a description of your project, and Dune will do the rest.

Dune 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.

How does it work?

Dune reads project metadata from dune files, which are static files with a simple S-expression syntax. 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 little 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.

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

Dune is composable, meaning that multiple Dune projects can be arranged together, leading to a single build that Dune knows how to execute. This allows for monorepos of projects.

Dune makes simultaneous development on multiple packages a trivial task.

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

Build 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.

Installation

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 boot/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 or issues about Dune, you can ask in our GitHub discussions page or open a ticket on GitHub.

Dependencies (5)

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

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