package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.10.0.tbz
sha256=9ff03384a98a8df79852cc674f0b4738ba8aec17029b6e2eeb514f895e710355
sha512=8133cdcc5499a6bf21cd65b4fc8b12445ae39366731006773fcd3b348c553a8d89d004db161c655aa167a2a3653b7919d32b27f29217106ef762bd01b43afc76

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: 01 Aug 2023

README

Dune

A Composable Build System for OCaml

Main Workflow Release Coverage License Contributors

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

Issues Discussions Discuss OCaml Discord

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" & < "5.3"

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