package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.6.2.tbz
sha256=b6d4ab848efb04aa2a325d0015d32ed4414ed7130ec7aa12f98158eff445cf3c
sha512=d0dd69ada2f1583319a2d6f679b8d49998059117c3258805ee69ae3e71d47bfab7a9c646f19b5fc43a6ccdef934eb87de5bb81205fcd60968bed8bf1790cf0a3

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: 07 Feb 2023

README

Dune - A Composable Build System

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

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

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

The example directory contains examples of projects using dune.

Main workflow AppVeyor status Release

Overview

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

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

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

Strengths

Composable

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

This make simultaneous development on multiple packages trivial.

Gracefully Handles Multi-Package Repositories

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

The magic invocation is:

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

Building Against Several Configurations at Once

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

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

This feature requires Opam.

Requirements

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

Installation

We recommended installing Dune via the Opam package manager:

$ opam install dune

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

You can also build it manually with:

$ make release
$ make install

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

$ ocaml 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 about Dune, you can send an email to ocaml-core@googlegroups.com or open a ticket on GitHub.

Migration from Jbuilder

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

Status

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

Dependencies (5)

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

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